Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kfajdsl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kfajdsl
5mo ago
These are like $20-50 subs, you’re probably paying your dev a hell of a lot more. Let them use the tools they want. I spend almost all of my time in Emacs or Cursor, but I still haven’t found a database client that I like better than Datagr
2.
▲
by
kfajdsl
5mo ago
Wow, that sucks. Getting Claude for everyone wasn’t even the stupid thing, it was thinking that a shiny new hammer meant you could throw away all your wrenches.
3.
▲
by
kfajdsl
6mo ago
To 2., yes - you just have to look in the right places. You're sure to find them in middle/high school or university robotics teams, for example. When computing was niche, you really only got into if you had a real interest in it
4.
▲
by
kfajdsl
6mo ago
You don’t need to know what proton is to click ‘install’ in Steam.
5.
▲
by
kfajdsl
7mo ago
Not really? I did something similar for a different device recently. It can make files and has access to bash. It's perfectly capable of installing packages and writing small scripts basically entirely autonomously. No MCP needed.
6.
▲
by
kfajdsl
7mo ago
All the LLM logprob outputs I've seen aren't very well calibrated, at least for transcription tasks - I'm guessing it's similar for OCR type tasks.
7.
▲
by
kfajdsl
8mo ago
I’ll say that, I think this varies by language/SDK - at least with the Temporal TypeScript SDK, a simple single idempotent step background task is however many lines of code to do the actual work in an activity, and then the only boile
8.
▲
by
kfajdsl
9mo ago
It's a tool. The first time you used a shell you had to learn it. The first time you used a text editor you had to learn it. You can learn how to use it, or you can put it down if you think it doesn't bring you any benefit.
9.
▲
by
kfajdsl
9mo ago
It’s one thing for you (yes, you, the user using the tool) to generate code you don’t understand for a side project or one off tool. It’s another thing to expect your code to be upstreamed into a large project and let others take on the mai
10.
▲
by
kfajdsl
1y ago
> The music industry already went through this with AutoTune and we know how that turned out. Yeah, it turned out that almost all mainstream tracks nowadays have post-processing on vocals (the extent varying between genres and styles).
11.
▲
by
kfajdsl
1y ago
I understand that you're being glib about buses or trains, but the driver is a large part of the operating costs of a bus, and additionally driverless buses might make more frequent but smaller buses more economical.
12.
▲
by
kfajdsl
1y ago
For your examples, honestly yeah. A dev should familiar with the basic concepts of their language and tech stack. So yes, they should be able to understand a basic snippet of code without Google, an LSP, or even a computer. They should even
13.
▲
by
kfajdsl
1y ago
Yes, but the federal government uses far more than just Office. Microsoft is very far from being at risk of failing, but if it did happen, I think it's very likely that the government keeps it alive. How much of a national security ris
14.
▲
by
kfajdsl
1y ago
fyi your (?) css is messed up for the 'Show activities by...' images on a viewport that's the size of a macbook pro 14" display split in half vertically
15.
▲
by
kfajdsl
1y ago
Google sheets
16.
▲
by
kfajdsl
1y ago
Do they? Are there any production cars under 20k? Plenty of used ones for that.
17.
▲
by
kfajdsl
1y ago
You give the LLM search tools.
18.
▲
by
kfajdsl
1y ago
You mentioned grep-mode, which to my knowledge is just bringing up a buffer with all the matches for a regex and easily jumping to each point (I use rg.el myself). For the record, this is basically the same thing as VSCode's search too
19.
▲
by
kfajdsl
1y ago
Finding and jumping to all the places is usually easy, but non trivial changes often require some understanding of the code beyond just line based regex replace. I could probably spend some time recording a macro that handles all the edge c
20.
▲
by
kfajdsl
1y ago
I don't think that's the case in TFA, because then why would recent layoffs matter?
21.
▲
by
kfajdsl
1y ago
This is my number one complaint with LLM produced code too. The worst thing is when it swallows an error to print its own error message with far less info and no traceback. In my rules I tell it that try catches are completely banned unless
22.
▲
by
kfajdsl
1y ago
Yeah I don't think a business is going to try to force the issue when a geoblock is simple to implement. If it happens, it's probably going to be some kind of advocacy group pushing it.
23.
▲
by
kfajdsl
1y ago
As far as I understand it (IANAL), this ruling decides that the speech restrictions imposed by the Texas ID verification law are compliant with the 1st amendment. It didn't touch on whether or not Texas can enforce its laws on entities
24.
▲
by
kfajdsl
1y ago
If an state AG tries to prosecute an entity that has no ties to the state other than content being passively accessible, that's probably another supreme court case if it doesn't get immediately decided in favor of the defendant in
25.
▲
by
kfajdsl
1y ago
What incentive to sell off the plot does LVT create that doesn't already exist, maybe with a marginally lower degree? I'm guessing the reason they can't sell a tiny weirdly shaped lot is that no one wants it. If they didn
26.
▲
by
kfajdsl
1y ago
Has there ever been a swing back to small, independent producers of anything after an industry has consolidated?
27.
▲
by
kfajdsl
1y ago
I mean that you should only give the LLM the same privilege as whoever the source of your untrusted input is has. For the support agent example, it should only be able to access records related to user it's talking to, and only be able
28.
▲
by
kfajdsl
1y ago
How many private parks are there? Pretty much every one I've been to has been government run, other than small outdoor spaces next to private buildings and large pay for admission gardens that are usually way out in the boonies on the
29.
▲
by
kfajdsl
1y ago
Attracting investors is hard, but it's still the easiest part of building a company. If the company pivots, then it's pretty likely that the vast majority of the previous work no longer has any (monetary) value.
30.
▲
by
kfajdsl
1y ago
You can use it with live data if you give it read access to prod and write access only to internal channels (whatever that may be, the point is it doesn’t have the ability to leak data to the outside world). There are plenty of ways to sand
More ›