Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zamber
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
zamber
5d ago
I made a quick vibe-coded on-device web app trying to replicate what dstretch does: https://zamber.github.io/dstretch/index.html
2.
▲
by
zamber
5mo ago
It's not rug pulling, it's simple price anchoring. They'll degrade when it makes financial sense for them. You will pay for it. There's no way around it besides self hosting or using reality metered endpoints like openro
3.
▲
by
zamber
1y ago
That's exactly what happens. The algo does not judge how hurtful a rabbithole may be - it optimizes for engagement with some moderation sprinkled on top. I've tried to make my facebook feed palatable for a couple months and eventu
4.
▲
by
zamber
1y ago
No pen a and paper? Compile it on fleshware. It's not a question of what you can do, but where the comfort level reduction outweighs the project importance/pay.
5.
▲
by
zamber
1y ago
Is this true? I'm getting a feeling that most of this is adding external stucture when coding agents already provide a framework for it. I've had moderate success in throwing a braindump at the llm, asking it to do a .md with a pl
6.
▲
by
zamber
2y ago
Nope, hug of death is seems: Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
7.
▲
by
zamber
2y ago
Banks like that exist. mBank from Poland does in-app approve/reject - similar to what you get on an Android phone when you try logging in on a new PC. They also send phishing warnings when they find active campaigns. That said, plain o
8.
▲
by
zamber
2y ago
Weren't these TIL's about hearing an imaginated voice VS imagining the meaning?
9.
▲
by
zamber
3y ago
This is an issue with CSV numerical values stored as strings, for numbers it's a bit better. Libraries sometimes allow for a raw import that preserves the internal data type of the format, then you get proper numbers, not adjusted to l
10.
▲
by
zamber
4y ago
There was an AMA with Emad yesterday on discord. He got asked this. The promise is that 1.5 will be released in the following week. The slowdown has numerous issues. They got legal threats, death threats, and threats from some congresswoman
11.
▲
by
zamber
5y ago
Or so you may think. Working with diffs / merge conflicts already exposes you to internals. Knowing that committing big binary blobs is a bad idea also could be categorized as "knowing internals". Knowing why LF/CRLF lea
12.
▲
by
zamber
5y ago
You could consider publishing it on GitHub and pinging squoosh guys: https://github.com/GoogleChromeLabs/squoosh/issues/1084
13.
▲
by
zamber
5y ago
For client-side stuff like that, there is sheetjs which has support for XLSX but there are file size limitations. XLSX is a glorified zip file and to parse it you 1st have to unzip it and then build the XLSX file. I found that it starts to
14.
▲
by
zamber
5y ago
This uses WebAssembly so it can preserve PNG transparency for example, which the canvas method loses.
15.
▲
by
zamber
5y ago
> added in sound for ambiance The actual noise levels may have been higher. Regardless, I think the main reason is ventilation. With coal and wood heating streets were designed to act as valleys pushing air through. Also, I hard that old
16.
▲
by
zamber
6y ago
I got the same message. Still, having faster builds with one additional plugin without configuration needs on projects locked on 4 or waiting out the transition is a plus in my book :).
17.
▲
by
zamber
6y ago
Yes, but... chances are your backend dev will have a system-provided or just plain outdated Node version so they'll get a cryptic exception and will have to reach for assistance. Ideally you would have a pipeline building the project o
18.
▲
by
zamber
6y ago
Depends on what packages you use and how well they do semver. Chances are you will get major version bumps for most of your dependencies after 1-2 years of development. What works well then is to do upgrades partially. Each major library se
19.
▲
by
zamber
6y ago
That works until your team doesn't decide to eject because they want to play around with webpack...
20.
▲
by
zamber
6y ago
Caching was a major dissapointment for me. DllPlugin is a nightmare to setup and other caching plugins I tried don't really speed things up. What eventually worked for me is HardSourceWebpackPlugin [1] - two lines added and went from 2
21.
▲
by
zamber
6y ago
You may want to read https://developer.mozilla.org/en-US/docs/Web/JavaScript/Even... Note that it does not mention promises and async/await but it does include it. Promises are essentially syntactic
22.
▲
by
zamber
6y ago
You're welcome. I avoid runaway loops like fire because the crashes tend to be problematic to debug. Consider the timeout thing from SO. Generally working with events in JS is easier than central run loops.
23.
▲
by
zamber
6y ago
Depends a lot. Debugging is awesome when you have source maps and good devtools in a modern browser but the code itself is not editable. That said it's possible to open a plain html file from disk with devtools and save changes done in
24.
▲
by
zamber
6y ago
SO has runnable snippets, there are services like CodePen too and some articles are using it, but there's one simple trick making your point moot. F12 or Ctrl+Shift+i and Ctrl+c Ctrl+v and you're executing code in the context of t
25.
▲
by
zamber
6y ago
> One of the biggest problems I consistently run into is that printing to the screen is a slow operation, every learns this day one of any graphics work, but things like console.log or Node.appendChild are the primary way to destroy some
26.
▲
by
zamber
6y ago
The only viable way to avoid an endless while loop or overly heavy operations is to have a worker do the eval(), though it would defeat the meta-programming aspect and isolate execution making it pretty much useless. It's still possibl
27.
▲
by
zamber
6y ago
Oracle pushes Java in universities too.
28.
▲
by
zamber
6y ago
You might get more mileage from Fedora Silverblue. Toolbox (a regular Fedora ran via podman) gives a disposable container for running dev stuff. The rpm-ostree package manager allows for fearless upgrades as you can always boot into an earl
29.
▲
by
zamber
7y ago
I had a love-hate relationship with Linux until I tried Fedora Silverblue. It's rock-solid for me and I can rollback on breaking updates with only a reboot or try other WMs with a rebase. Plus toolbox is great for keeping transient dev
30.
▲
by
zamber
7y ago
How well is your therapy going? I thought about going because I see the same patterns in myself. The main drawback is that I strongly autoregulate and eventually something triggers me and I get coldly furious. I cut some long-lasting friend
More ›