Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
statenjason
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
statenjason
25d ago
Agreed. ASD-STE100 makes automated code reviews tolerable.
2.
▲
Printytron – Describe a part, get a printable STL
(printytron.com)
95 points
by
statenjason
1mo ago
|
50 comments
3.
▲
by
statenjason
1y ago
Aider as a non-agentic coding tool strikes a nice balance on the efficiency vs effectiveness front. Using tree-sitter to create a repo map of the repository means less filesystem digging. No MCP, but shell commands mean it can use utilities
4.
▲
by
statenjason
2y ago
I use gen.nvim[1] with for small tasks, like “write a type definition for this JSON” . Running locally avoids the concern of sending IP or PII to third parties. [1]: https://github.com/David-Kunz/gen.nvim
5.
▲
Reverse Turing Experiment with AIs [video]
(youtube.com)
2 points
by
statenjason
2y ago
|
0 comments
6.
▲
by
statenjason
3y ago
I tried Hurl after Insomnia went the way of Postman. The highlights you list were the strong drivers for testing it out. Where Hurl fell short was composing requests. Example: X.hurl response has authToken. Y.hurl uses authToken. Z.hurl use
7.
▲
by
statenjason
3y ago
I use both. Restic for various machines to hourly backup on a local server. Rclone to sync those backups to S3 daily. Keeps the read/write ops lower, restores faster, and limits to a single machine with S3 access.
8.
▲
Chrome Shopping Insights and Price Tracking
(support.google.com)
1 points
by
statenjason
3y ago
|
0 comments
9.
▲
by
statenjason
3y ago
I migrated to Alpine for my laptop this year after an extended attempt of NixOS. For development, I’ve found I’m more productive in that I don’t go down the rabbit hole of finding the “Nix way” of using a language/tool. The speed of a
10.
▲
Data Race Patterns in Go
(eng.uber.com)
307 points
by
statenjason
4y ago
|
186 comments
11.
▲
BMW will discontinue 3G ConnectedDrive in February 2022 [pdf]
(bmwusa.com)
1 points
by
statenjason
5y ago
|
0 comments
12.
▲
by
statenjason
5y ago
https://outline.com/qNDss4
13.
▲
by
statenjason
5y ago
That loaded fast. Also, seeing the network request for background gradients takes me back to an era of CSS I don't miss. Anyone remember the hacks for drop shadows and rounded corners?
14.
▲
by
statenjason
5y ago
Makes me wonder if anyone suggested Ever Given "do a barrel roll"[1] [1]: https://www.google.com/search?q=do+a+barrel+roll
15.
▲
Gmail app on Android is down
(google.com)
6 points
by
statenjason
5y ago
|
2 comments
16.
▲
by
statenjason
6y ago
For another hackable smartwatch, see the PineTime. https://pine64.com/product/pinetime-dev-kit
17.
▲
by
statenjason
6y ago
First thing that came to mind was in one of the "Postgres-backend" projects like Hasura[1], Postgraphile[2], or PostgREST[3]. [1]: https://github.com/hasura/graphql-engine/ [2]: https://www.gr
18.
▲
by
statenjason
6y ago
Came here to recommend "Fall; Or, Dodge in Hell" as well. I recently finished it. While Stephenson can get long-winded, it was a thought provoking story around how brain simulation is received by the world. Will check out Bobivers
19.
▲
by
statenjason
6y ago
Have you looked at Nim? Python-like syntax, compiles to C, and a considerably sized stdlib (http, parsing, channels) https://nim-lang.org/
20.
▲
End of Official Support for Facebook SDK for React Native
(developers.facebook.com)
3 points
by
statenjason
6y ago
|
1 comments
21.
▲
by
statenjason
6y ago
Displaying a loading spinner in under 50ms while waiting for a 500ms request to complete doesn't necessarily build a strong relationship. SPAs can start off with the good intention of being low-latency and responsive. But when you'
22.
▲
Chrome – How do I remove the puzzle piece?
(support.google.com)
1 points
by
statenjason
6y ago
|
0 comments
23.
▲
by
statenjason
6y ago
What is Nix? Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible. It provides atomic upgrades and rollbacks, side-by-side installation of multiple versions of a package,
24.
▲
Yarn 2.x and forward – our goals
(github.com)
2 points
by
statenjason
7y ago
|
0 comments
25.
▲
by
statenjason
7y ago
Opening in React devtools shows a number of hints[1]. "React Native Style Editor" section. "View" components with numeric "style" props. And the classname prefixes "css-" and "r-" match the
26.
▲
by
statenjason
7y ago
This strong sign of the confidence Twitter has in React Native for Web[1]. In 2017, Nicolas Gallagher gave a talk[2] about why it was used for mobile.twitter.com. [1]: https://github.com/necolas/react-native-web [2]:
27.
▲
by
statenjason
10y ago
If the light goes on, then it's too late.
28.
▲
React Function-as-Child Components
(medium.com)
1 points
by
statenjason
10y ago
|
0 comments
29.
▲
by
statenjason
11y ago
The Redistricting Game[1] is an interesting approach to teaching about how gerrymandering works. [1]: http://redistrictinggame.org/game/launchgame.php
30.
▲
by
statenjason
11y ago
Good to see that it's using knex for queries. Many node ORMs dumb every database down to a Mongo-like object hash.
More ›