Bitcoin, ether on track for a positive February despite mid-month drop and fading 2023 risk rally
from International: Top News And Analysis https://ift.tt/Z5ghSl2
Article URL: https://www.righto.com/2023/02/how-8086-processor-determines-length-of.html
Comments URL: https://news.ycombinator.com/item?id=34972490
Points: 15
# Comments: 2
Hi HN, we’re Carl and Nic, the creators of crul (https://www.crul.com), and we’ve been hard at work for the last year and a half building our dream of turning the web into a dataset. In a nutshell crul is a tool for querying and building web and api data feeds from anywhere to anywhere.
With crul you can crawl and transform web pages into csv tables, explore and dynamically query APIs, filter and organize data, and push data sets to third party data lakes and analytics tools. Here’s a demo video, we’ve been told Nic sounds like John Mayer (lol) (https://www.crul.com/demo-video)
We’ve personally struggled wrangling data from the web using puppeteer/playwright/selenium, jq or cobbling together python scripts, client libraries, and schedulers to consume APIs. The reality is that shit is hard, doesn’t scale (classic blocking for-loop or async saturation), and comes with thorny maintenance/security issues. The tools we love to hate.
Crul’s value prop is simple: Query any Webpage or API for free.
At its core, crul is based on the foundational linked nature of Web/API content. It consists of a purpose built map/expand/reduce engine for hierarchical Web/API content (kind of like postman but with a membership to Gold's Gym) with a familiar parser expression grammar that naturally gets the job done (and layered caching to make it quick to fix when it doesn’t on the first try). There’s a boatload of other features like domain policies, scheduler, checkpoints, templates, REST API, Web UI, vault, OAuth for third parties and 20+ stores to send your data to.
Our goal is to open source crul as time and resources permit. At the end of the day it’s just the two of us trying to figure things out as we go! We’re just getting started.
Crul is one bad mother#^@%*& and the web is finally yours!
Download crul for free as a Mac OS desktop application or as a Docker image (https://www.crul.com) and let us know if you love it or hate it. (https://forms.gle/5BXb5bLC1D5QG7i99) And come say hello to us on our slack channel - we’re a friendly bunch! (https://crulinc.slack.com/)
Nic and Carl (https://www.crul.com/early-days)
Comments URL: https://news.ycombinator.com/item?id=34970917
Points: 34
# Comments: 6
Article URL: https://maxdemarzi.com/2023/02/27/ragedb-needs-worst-case-optimal-joins/
Comments URL: https://news.ycombinator.com/item?id=34958099
Points: 11
# Comments: 10
Article URL: https://kuzudb.com/blog/wcoj.html
Comments URL: https://news.ycombinator.com/item?id=34959895
Points: 19
# Comments: 3
Article URL: https://spectrum.ieee.org/mpguino
Comments URL: https://news.ycombinator.com/item?id=34957610
Points: 4
# Comments: 0
Article URL: https://www.wsj.com/articles/covid-origin-china-lab-leak-807b7b0a
Comments URL: https://news.ycombinator.com/item?id=34945078
Points: 245
# Comments: 195
Article URL: https://blog.joren.ga/gotophobia-harmful
Comments URL: https://news.ycombinator.com/item?id=34943952
Points: 21
# Comments: 8
Comments URL: https://news.ycombinator.com/item?id=34947883
Points: 11
# Comments: 1
Article URL: https://www.polygon.com/23613576/jeff-minter-profile-akka-arrh-atari-llamasoft-arcade
Comments URL: https://news.ycombinator.com/item?id=34947444
Points: 25
# Comments: 2
Article URL: https://ieeexplore.ieee.org/abstract/document/9996741
Comments URL: https://news.ycombinator.com/item?id=34938299
Points: 32
# Comments: 5
Article URL: https://vimota.me/writing/gpt3-klaviyo-automation
Comments URL: https://news.ycombinator.com/item?id=34939053
Points: 6
# Comments: 0
Article URL: https://mruby.org/releases/2023/02/24/mruby-3.2.0-released.html
Comments URL: https://news.ycombinator.com/item?id=34937297
Points: 20
# Comments: 0
Article URL: https://www.irwincollier.com/germany-university-life-seen-through-american-eyes-tupper-1900-1901/
Comments URL: https://news.ycombinator.com/item?id=34928087
Points: 15
# Comments: 0
Article URL: https://deno.com/blog/v1.31
Comments URL: https://news.ycombinator.com/item?id=34925275
Points: 16
# Comments: 2
Article URL: https://codeberg.org/markdascher/moochacha
Comments URL: https://news.ycombinator.com/item?id=34917164
Points: 17
# Comments: 2
Article URL: https://www.economist.com/science-and-technology/2023/02/22/there-is-a-worrying-amount-of-fraud-in-medical-research
Comments URL: https://news.ycombinator.com/item?id=34911371
Points: 37
# Comments: 2
Article URL: https://djngo.com/
Comments URL: https://news.ycombinator.com/item?id=34913333
Points: 11
# Comments: 2
Hey HN! We’re open-sourcing highlight.io (https://github.com/highlight/highlight), a session replay and error monitoring tool. Highlight.io gives you a high-precision video-like replay of what users are doing when an error or exception occurs in your web app, along with a full-fledged error monitoring experience (similar to bugsnag, rollbar, etc..).
The main value prop of highlight.io is that we help you understand the full context surrounding an error and allow you to drill down to the code path that a user invoked (i.e user clicked button X, sent network request Y, and backend code Z was executed). Some of our customers compare this to a “web debugger” of sorts. A picture of what this looks like in our app is here [1].
For some background, when we worked at our previous companies as engineers, we encountered hard-to-reproduce issues spanning across both the frontend and backend. The main issues were (1) if a customer complained about a problem, it was hard to reproduce the issue without asking for a screen-share or jumping on a video call; and (2) when viewing errors caught by tools like BugSnag or Rollbar, understanding the triggered code path required stitching together logs, errors, and trace; all from different sources.
Highlight.io is completely open source and written in Go and Typescript. To build the replay capability, we use an open source project called rrweb [2] and have worked closely with their team to add support for features like canvas recording, shadow dom recording, and more [3]. Beyond that, we use the OpenTelemetry spec for our SDKs [4], which has made it pretty straight forward to support several languages, even with our small 4-person engineering team!
Our product is completely self-serve at app.highlight.io. Installing it is as easy as a npm/yarn import and installing the backend sdk of your choosing. In addition, given the privacy-centric nature of session replay, we also offer the option to self-host [5]. Highlight.io currently makes money off of our hosted offering, and our self-hosted deployment is completely free. We’re also toying with the idea of an “enterprise” self-hosted deployment, similar to gitlab’s billing model, and thoughts from the community on this front would be appreciated!
And as far as what’s next for us: Our customers are asking to render logs and traces on a highlight.io session (and vice versa), and we’re excited to be going deeper into a developer’s debugging stack. The long term goal is to build a platform that connects replay, errors, logs and more so that engineers can “playback” the full state of a web application.
Overall, we’re quite new to the open source scene and would love the HN community to share their feedback on what we’re building. If anyone has opinions on where we’re going, or what they’d like to see in an open source monitoring product, we’re all ears. Check us out at highlight.io and at github.com/highlight/highlight to give us a shot.
[1]: https://www.highlight.io/docs/getting-started/frontend-backe...
[2]: https://github.com/rrweb-io/rrweb
[3]: https://highlight.io/docs/general/product-features/session-r...
[4]: https://opentelemetry.io/docs
[5]: https://www.highlight.io/docs/general/company/open-source/se...
Comments URL: https://news.ycombinator.com/item?id=34897645
Points: 19
# Comments: 2
Hi HN,
Today we're launching phind.com, a developer-focused search engine that uses generative AI to browse the web and answer technical questions, complete with code examples and detailed explanations. It's version 1.0 of what was previously known as Hello (beta.sayhello.so) and has been completely reworked to be more accurate and reliable.
Because it's connected to the internet, Phind is always up-to-date and has access to docs, issues, and bugs that ChatGPT hasn't seen. Like ChatGPT, you can ask followup questions. Phind is smart enough to perform a new search and join it with the existing conversation context. We're merging the best of ChatGPT with the best of Google.
You're probably wondering how it's different from the new Bing. For one, we don't dumb down a user's query the way that the new Bing does. We feed your question into the model exactly as it was asked, and are laser-focused on providing developers the most detailed and comprehensive explanations to code-related questions. Secondly, we've focused the model on providing answers instead of chatbot small talk. This is one of the major improvements we've made since exiting beta.
Phind has the creative abilities to generate code, write essays, and even compose some poems/raps but isn't interested in having a conversation for conversation's sake. It should refuse to state its own opinion and rather provide a comprehensive summary of what it found online. When it isn't sure, it's designed to say so. It's not perfect yet, and misinterprets answers ~5% of the time. An example of Phind's adversarial question answering ability is https://phind.com/search?q=why+is+replacing+NaCL+with+NaCN+i....
ChatGPT became useful by learning to generate answers it thinks humans will find helpful, via a technique called Reinforcement Learning from Human Feedback (RLHF). In RLHF, a model generates multiple candidate answers for a given question and a human rates which one is better. The comparison data is then fed back into the model through an algorithm such as PPO. To improve answer quality, we're deploying RLAIF — an improvement over RLHF where the AI itself generates comparison data instead of humans. Generative LLMs have already reached the point where they can review the quality of their own answers as good or better than an average human rater tasked with annotating data for RLHF.
We still have a long way to go, but Phind is state-of-the-art at answering complex technical questions and writing intricate guides all while citing its sources. We'd love to hear your feedback.
Examples:
https://phind.com/search?q=How+to+set+up+a+CI%2FCD+pipeline+...
https://phind.com/search?q=how+to+debug+pthread+race+conditi...
https://phind.com/search?q=example+of+a+c%2B%2B+semaphore
https://phind.com/search?q=What+is+the+best+way+to+deploy+a+...
https://phind.com/search?q=show+me+when+to+use+defaultdicts+...
Discord: https://discord.gg/qHj8pwYCNg
Comments URL: https://news.ycombinator.com/item?id=34884338
Points: 46
# Comments: 10
Article URL: https://play.questdb.io/
Comments URL: https://news.ycombinator.com/item?id=34883046
Points: 12
# Comments: 2
Article URL: https://old.reddit.com/r/webdev/comments/116vvpp/saying_goodbye_to_stack_overflow/
Comments URL: https://news.ycombinator.com/item?id=34884412
Points: 34
# Comments: 25
I'm wondering is there a monthly or periodically post on HN where we could actually learn about other people's ideas or people who are just in development phase or maybe just researching and are looking for co-founders.
I'm wondering what everyone thinks.
Comments URL: https://news.ycombinator.com/item?id=34883106
Points: 18
# Comments: 11
Article URL: https://whynothugo.nl/journal/2023/02/18/in-praise-of-alpine-and-apk/
Comments URL: https://news.ycombinator.com/item?id=34870476
Points: 9
# Comments: 0
Article URL: https://plato.stanford.edu/entries/computer-science/
Comments URL: https://news.ycombinator.com/item?id=34871824
Points: 9
# Comments: 2
Article URL: https://www.reuters.com/technology/microsofts-bing-plans-ai-ads-early-pitch-advertisers-2023-02-17/
Comments URL: https://news.ycombinator.com/item?id=34871370
Points: 7
# Comments: 2
Article URL: https://tomhummel.com/posts/four-web-apps/
Comments URL: https://news.ycombinator.com/item?id=34870636
Points: 14
# Comments: 1
Article URL: https://oag.ca.gov/news/press-releases/attorney-general-bonta-senator-dodd-senator-skinner-introduce-bill-prohibiting
Comments URL: https://news.ycombinator.com/item?id=34870752
Points: 86
# Comments: 42
Article URL: http://web.cse.ohio-state.edu/~stiff.4/cse3521/norvig-chomsky.html
Comments URL: https://news.ycombinator.com/item?id=34857287
Points: 48
# Comments: 48
Article URL: https://www.facebook.com/zuck/posts/pfbid02979GyAHwTKsMd7ngCiHTRCHyeTCEHwYe9Evq3YV2ffvxUY7fKVb9TGyKEUFBeo3kl
Comments URL: https://news.ycombinator.com/item?id=34859919
Points: 40
# Comments: 32
Article URL: https://www.infoq.com/news/2023/02/aws-deployment-pipelines/
Comments URL: https://news.ycombinator.com/item?id=34858252
Points: 31
# Comments: 5
Article URL: https://two-wrongs.com/data-consistency-is-overrated
Comments URL: https://news.ycombinator.com/item?id=34847527
Points: 14
# Comments: 2
Article URL: https://mattpo.pe/posts/from-erlang-to-lunatic/
Comments URL: https://news.ycombinator.com/item?id=34846590
Points: 17
# Comments: 1
Hi HN. I've been working on a new browser-based design tool that's ready for you to try.
The idea is you work on your design in low fidelity wireframes, while still getting a high fidelity output that you can share or use as a reference for your implementation. The way it works is by mapping low fidelity blocks you draw into high fidelity design system & React components.
I spent several years working on design tools at companies like Airbnb, and I think the ideas behind many of the tools we built for designing at scale could really help startups and small teams as well. I would love any feedback you have!
PS: Most of Noya is open source at https://github.com/noya-app/noya
Comments URL: https://news.ycombinator.com/item?id=34848583
Points: 4
# Comments: 0
Article URL: https://nymag.com/intelligencer/2023/02/did-an-f-22-blow-up-some-illinois-hobbyists-pico-balloon.html
Comments URL: https://news.ycombinator.com/item?id=34838191
Points: 39
# Comments: 41
Article URL: https://www.analog.com/en/thought-leadership/why-10base-t1s-is-the-missing-ethernet-link.html
Comments URL: https://news.ycombinator.com/item?id=34821818
Points: 20
# Comments: 22
Article URL: https://zerowastenyc.shop/
Comments URL: https://news.ycombinator.com/item?id=34820768
Points: 49
# Comments: 24
Google searches = used for training AI models
Apple notes = private
Google docs = ?
Siri requests = used for training models
Emails you send in gmail = ?
I'm seeking to understand what things people might think are private, because they're not posted on the open web, but where they're used for training AI models.
Comments URL: https://news.ycombinator.com/item?id=34807687
Points: 35
# Comments: 31
Article URL: https://lab.quantumflytrap.com/
Comments URL: https://news.ycombinator.com/item?id=34804699
Points: 3
# Comments: 0
Article URL: https://dl.acm.org/doi/10.1145/1013881.802685
Comments URL: https://news.ycombinator.com/item?id=34803186
Points: 9
# Comments: 4
Article URL: https://ghiculescu.substack.com/p/1-thing-for-founders-to-learn-about
Comments URL: https://news.ycombinator.com/item?id=34793897
Points: 9
# Comments: 0
Article URL: https://dinesh.wiki/posts/build-your-own-persistent-kv-store/
Comments URL: https://news.ycombinator.com/item?id=34793714
Points: 11
# Comments: 2
Applies to ALL employees within 40 miles of an office.
Announced internally in what’s known as V2MOM, which is an internal top-down KPIs. All managers will be judged based on this metric.
This applies to employees at all organisations under its umbrella, including Slack. Includes engineers.
Comments URL: https://news.ycombinator.com/item?id=34776243
Points: 65
# Comments: 40
Article URL: https://fosdem.org/2023/schedule/event/matrix20/
Comments URL: https://news.ycombinator.com/item?id=34776132
Points: 13
# Comments: 2
Article URL: https://github.com/mudulo/hnpopup
Comments URL: https://news.ycombinator.com/item?id=34765307
Points: 8
# Comments: 4
Article URL: https://github.com/TheR1D/shell_gpt
Comments URL: https://news.ycombinator.com/item?id=34765093
Points: 10
# Comments: 4
Article URL: https://www.chrisfinke.com/2023/02/10/run-your-own-television-network-with-channel-two/
Comments URL: https://news.ycombinator.com/item?id=34765227
Points: 29
# Comments: 7
Comments URL: https://news.ycombinator.com/item?id=34764952
Points: 160
# Comments: 79
Article URL: https://thedebrief.org/magic-drug-restores-lost-memories-and-unleashes-hidden-knowledge/
Comments URL: https://news.ycombinator.com/item?id=34754902
Points: 27
# Comments: 8
Article URL: https://moritz.pm/posts/chatgpt-bing
Comments URL: https://news.ycombinator.com/item?id=34754652
Points: 60
# Comments: 32
Comments URL: https://news.ycombinator.com/item?id=34754567
Points: 31
# Comments: 19
Article URL: https://nullprogram.com/blog/2023/02/11/
Comments URL: https://news.ycombinator.com/item?id=34752400
Points: 24
# Comments: 5
Article URL: https://status.flyio.net
Comments URL: https://news.ycombinator.com/item?id=34742946
Points: 47
# Comments: 10
Article URL: https://zionlights.substack.com/p/everything-i-believed-about-waste-was-wrong
Comments URL: https://news.ycombinator.com/item?id=34742660
Points: 103
# Comments: 68
Article URL: https://fosdem.org/2023/schedule/events/
Comments URL: https://news.ycombinator.com/item?id=34728919
Points: 54
# Comments: 13
Article URL: https://masilotti.com/progressively-enhanced-turbo-native-apps-in-the-app-store/
Comments URL: https://news.ycombinator.com/item?id=34727648
Points: 13
# Comments: 2
Article URL: https://tidyfirst.substack.com/p/signaling-cooperation-employees-dilemma
Comments URL: https://news.ycombinator.com/item?id=34711054
Points: 9
# Comments: 0
Article URL: https://github.com/golang/go/discussions/58409
Comments URL: https://news.ycombinator.com/item?id=34709078
Points: 20
# Comments: 0
Comments URL: https://news.ycombinator.com/item?id=34696843
Points: 130
# Comments: 96
Comments URL: https://news.ycombinator.com/item?id=34696083
Points: 35
# Comments: 10
Comments URL: https://news.ycombinator.com/item?id=34678224
Points: 18
# Comments: 5
Article URL: https://sfstandard.com/transportation/sfs-market-street-subway-runs-on-reagan-era-floppy-disks/
Comments URL: https://news.ycombinator.com/item?id=34665032
Points: 10
# Comments: 3
Article URL: https://slack.engineering/what-we-learned-from-building-govslack/
Comments URL: https://news.ycombinator.com/item?id=34667077
Points: 4
# Comments: 0
Article URL: http://ascii.textfiles.com/archives/5443
Comments URL: https://news.ycombinator.com/item?id=34665878
Points: 15
# Comments: 0
Article URL: https://users.csc.calpoly.edu/~jdalbey/SWE/Papers/att_collapse
Comments URL: https://news.ycombinator.com/item?id=34665023
Points: 8
# Comments: 1
Article URL: https://simonberens.me/blog/i-hired-5-people
Comments URL: https://news.ycombinator.com/item?id=34657478
Points: 53
# Comments: 32
Article URL: https://ostreedev.github.io/ostree/
Comments URL: https://news.ycombinator.com/item?id=34656736
Points: 12
# Comments: 1
Article URL: https://www.pcmag.com/news/chatgpt-passes-google-coding-interview-for-level-3-engineer-with-183k-salary
Comments URL: https://news.ycombinator.com/item?id=34656591
Points: 35
# Comments: 25
Article URL: https://www.adelaide.edu.au/newsroom/news/list/2023/01/30/seawater-split-to-produce-green-hydrogen
Comments URL: https://news.ycombinator.com/item?id=34656461
Points: 3
# Comments: 3
Article URL: https://www.adrianpreda.com/blog/solar-kiln
Comments URL: https://news.ycombinator.com/item?id=34656183
Points: 24
# Comments: 5
Article URL: https://github.com/mikefarah/yq
Comments URL: https://news.ycombinator.com/item?id=34656022
Points: 12
# Comments: 0
Article URL: https://ryanblakeley.net/p/mantis-shrimp-eyes
Comments URL: https://news.ycombinator.com/item?id=34655832
Points: 15
# Comments: 3
Comments URL: https://news.ycombinator.com/item?id=34646614
Points: 18
# Comments: 13
After getting frustrated with Siri's inability to answer pretty basic questions with actual answers instead of "I searched the web for you", I figured out how to get GPT-3 integrated pretty seamlessly with Siri. Sharing it here in case it's useful for anyone else!
You can see the short writeup with instructions here: https://ift.tt/475m0tK
The Siri shortcut is here: https://ift.tt/iLqXJf8 (You'll need to add your OpenAI API key to the shortcut and update your Siri accessibility settings to get it to work smoothly – see the above-linked blog post for more detailed instructions.)
Comments URL: https://news.ycombinator.com/item?id=34646178
Points: 23
# Comments: 3
makejinja can be used to automatically generate files from Jinja templates. This allows you to load variables from external files or create repeating patterns via loops. A very interesting use case for this tool is generating config files for Home Assistant: Using the same language that the built-in templates use, you can greatly simplify your configuration. When creating for example dashboards, it allows you to create a view for each room based on a single common template, dramatically reducing the maintenance overhead of complex dashboards. I originally developed this for my smarthome setup, but thought it may be useful for others as well!
A concrete example for Home Assistant can be found in the tests directory: https://github.com/mirkolenz/makejinja/blob/main/tests/data
For more information like detailed features or installation/usage instructions, please visit the GitHub repo.
Comments URL: https://news.ycombinator.com/item?id=34645370
Points: 3
# Comments: 0
Article URL: https://testimonial.to/resources/the-golden-era-of-being-an-open-startup-is-gone
Comments URL: https://news.ycombinator.com/item?id=34645035
Points: 13
# Comments: 2
Article URL: https://www.sjc.edu/academic-programs/undergraduate/great-books-reading-list
Comments URL: https://news.ycombinator.com/item?id=34630153
Points: 25
# Comments: 7
Article URL: https://gregorygundersen.com/blog/2023/02/01/estimating-square-roots/
Comments URL: https://news.ycombinator.com/item?id=34625148
Points: 21
# Comments: 1
Article URL: https://www.ft.com/content/c2913c55-b9f5-44fa-b6dc-7cd7a2659925
Comments URL: https://news.ycombinator.com/item?id=34612697
Points: 19
# Comments: 4
Article URL: https://www.flightradar24.com/GTI747/2f0b1162
Comments URL: https://news.ycombinator.com/item?id=34616511
Points: 26
# Comments: 3