Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dvogel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
dvogel
3mo ago
I couldn't agree more. Thus far I'm still objectively more productive than all of the AI enthusiasts I've worked with. I think a lot of the activity with these tools is coming from people who just enjoy using them more than t
2.
▲
by
dvogel
4mo ago
You're mistaking a compromised build pipeline versus a compromised source repo that only triggers in some build pipelines. You can do reproducible builds from compromised source tarballs. Nothing about reproducible builds necessarily r
3.
▲
by
dvogel
4mo ago
No, it wouldn't. The xzutils attacker compromised the source repository. The build pipeline portions were used to obscure the purpose of the exploit embedded in the source code repository.
4.
▲
by
dvogel
4mo ago
(Not OP, but...) I still fail to see the current value in confirming that a reproducing builder also included the same compromised dependency that I did when I built it. I understand that reproducible builds are guarding against dynamic att
5.
▲
by
dvogel
4mo ago
> US-centric here: I feel that uploading a small percentage of a file as a condition of downloading the whole thing may very well fall under fair use This is not consistent with current Fair Use application. The TL;DR is that the use mus
6.
▲
by
dvogel
9mo ago
> But as a standard library abstraction, it’s too opinionated. It categorically excludes cases where sources form a tree: a validation error with multiple field failures, a timeout with partial results. These scenarios exist, and the sta
7.
▲
by
dvogel
1y ago
I lived in DC for 5 years. From 2011 to 2014 and 2019 to 2020. I saw _a lot_ of cops, of nearly every jurisdiction, but never a national guard member.
8.
▲
by
dvogel
2y ago
My understanding of the claim is that the mainframe data is stored in a high fidelity format but some records simply lack a full year. At the time social security was instituted it was common for people to not know their own age precisely.
9.
▲
by
dvogel
2y ago
Unfortunately paying for these services to avoid ads will never work. It was first promised by cable TV when they first scaled out coaxial around the country. You paid for TV in part to not have ads. That worked great until the advertisers
10.
▲
by
dvogel
2y ago
Both TST and Sidebery are leagues ahead of tab groups IMHO. Frankly sidebar tabs just work better for 16:9 aspect ratio because with a maximized window most sites don't make good use of 1/4 of the width anyway.
11.
▲
by
dvogel
3y ago
When I initially read the htmx documentation I was confused because it kept talking about a hypermedia client. The context clues suggested they were referring to htmx but my brain kept saying "isn't the browser the hypermedia clie
12.
▲
by
dvogel
4y ago
The founder of neovim did briefly attempt to participate in the vim dev process. This was a few months later. The most relevant thread is here: https://groups.google.com/g/vim_dev/c/65jjGqS1_VQ/m/fFi
13.
▲
by
dvogel
4y ago
I feel the same way. Legacy vimscript certainly had some warts but vim9script has been much nicer IME than lua. Elsewhere I've likened vim9script to typescript 1.0. It has just enough types to be useful but not enough to let you go dow
14.
▲
by
dvogel
4y ago
$ du -s -h .vim 22M .vim A lot of that is git submodule history. Specific plugins I use all the time: bufexplorer (though I've mostly rewritten it), ctrlp, colorizer, syntastic, vim-commentary, vim-projectroot, vim-surrou
15.
▲
by
dvogel
4y ago
I don't disagree with anything you've said but I would personally take this line of argument a step further. I think Bram learned from the neovim fork. Neovim bolstered the existing lua support by reducing the impedance mismatch b
16.
▲
by
dvogel
4y ago
This is all correct. To quote from the official description of vim9script: Vim9 script and legacy Vim script can be mixed. There is no requirement to rewrite old scripts, they keep working as before. You may want to use a few
17.
▲
by
dvogel
4y ago
This has entered the popular lore but I think it is easily proved false. The thread in question: https://groups.google.com/g/vim_dev/c/-4pqDJfHCsM/m/LSFNhqs2... My read of that thread was that the i
18.
▲
by
dvogel
5y ago
That is interesting to me because that isn't my experience. I just tried the lock screen for example and I couldn't get any of tabs to reload, foreground or not. I'm on Android 10 running on a Moto G7. Maybe it's affecte
19.
▲
by
dvogel
5y ago
What FF mobile fiasco are you speaking of? I am using FF mobile happily and have been for years. I haven't noticed any issues with it. Was there a business level fiasco or something?
20.
▲
by
dvogel
5y ago
As Cosmo magazine is to sex ed.
21.
▲
by
dvogel
5y ago
This glosses over the outright fraud within the banking industry that was at the heart of the S&L crisis. Without the fraud there would have been enough assets and financial incentive to consolidate instead of liquidations. The Fed poli
22.
▲
by
dvogel
5y ago
This is a pattern I've noticed throughout history. I really wish there was a popular science book that tried to answer the question: why do humans seem to make so much progress with each initial invention? It seems like everything from
23.
▲
by
dvogel
5y ago
I'm not necessarily advocating for the approach described in the article but it wouldn't worry me from a security perspective. The security model of eBPF is pretty impressive. The security issues arising from engineers struggling
24.
▲
by
dvogel
5y ago
One of the biggest issues ruby faces is performance. The productivity of the language is undeniable. That is a big reason start-ups so often choose ruby. Eventually Salesforce or Microsoft acquires these ruby start-ups though that the apps
25.
▲
by
dvogel
5y ago
This approach precludes any justice from being achieved in countries permeated by corruption.
26.
▲
by
dvogel
5y ago
If the image is accurate I think "motion led" would also be in scope for initial collection. There is a filtering process after the search term net that determines whether it is in scope for the warrant. Given the dubious framing
27.
▲
by
dvogel
5y ago
While the FBI's behavior in many cases is extremely suspect in this case there seems to have been legitimate contact between these suspects and real foreign agents in early 2020, prior to any FBI involvement.
28.
▲
by
dvogel
5y ago
Wikipedia is good for general knowlege. Legal charges are made with respect to a specific statute. In the U.S. treason will only ever be charged when we are at war.
29.
▲
by
dvogel
5y ago
That would have been more possible a decade ago when the web browsers were less compatible and sites relied on the lowest common denominator feature set. With the increase in compatibility sites now rely on libraries that each depend on a d
30.
▲
by
dvogel
5y ago
It is being likened to bubblesort in various places but your description (which I quite like) makes it seem like quicksort with an intentionally bad (worst possible?) bifurcation.
More ›