Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vlakreeh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
vlakreeh
1y ago
This is not a solution. The average rent is still $1832, which is still unaffordable for people in Denver making the median income of $54.3k if you apply the rule of thumb where rent shouldn't exceed 30% of your monthly income.
2.
▲
by
vlakreeh
2y ago
Ah yes, woke, the word used to describe something disliked. That's a misrepresentation of what's actually going on in the R4L project. Volunteers are enabling support for it within the kernel to allow for rust drivers in a way tha
3.
▲
by
vlakreeh
2y ago
Unfortunately yes, they'll send you a C&D if you pop up on an Oracle lawyer's radar. A coworker of mine had a course named "Rust for JavaScript developers" and received a C&D from Oracle.
4.
▲
by
vlakreeh
2y ago
1. I can pin my json parser dependency and literally never update it again 2. And how many times have we seen 20 lines of C backfire with some sort of memory safety issue. 3. First off, i'd go out on a limb and say the number of attack
5.
▲
by
vlakreeh
2y ago
It works great for 90% of use cases, but getting that last 10% to work is really really hard so Bun (and node 22 which supports the same thing with an experimental) just throws an error in those cases. The most notable thing is `require`-in
6.
▲
by
vlakreeh
2y ago
For editors that support it, yeah. Sadly vscode doesn't natively support tree-sitter.
7.
▲
by
vlakreeh
2y ago
If that winner turns out to be OpenAI and they attempt to buy them it'll be blocked by regulators instantly.
8.
▲
by
vlakreeh
3y ago
Mostly curious, why do you care about the readability of the generated JS? Surely if you need to debug something for a production bundle you can use source maps.
9.
▲
by
vlakreeh
3y ago
One thing I'm not sure about when reading their policy is what'll happen in another kik situation. If someone were to claim the scope Microsoft (for example) that had no relation to Microsoft and then Microsoft came along and want
10.
▲
by
vlakreeh
3y ago
Even with their constraints they could have made this nicer, especially around the default formatter. Always requiring an explicit formatter is a classic example of Java being unnecessarily verbose, `\{ ` already wasn't permitted by pr
11.
▲
by
vlakreeh
3y ago
People have reasons, personally I don't like placing the burden of a viral license on people. I don't write code to further a copy-left cause, I write it to build things and make it easier for other people to build things.
12.
▲
by
vlakreeh
3y ago
Well if the uutils people don't mind and they're writing the code, what's the problem with their choice of license?
13.
▲
by
vlakreeh
3y ago
What card could you have bought that lost support months later? I can't think of any new card you could have bought that'd lose support that quickly as far back as 2016
14.
▲
by
vlakreeh
3y ago
The vast majority of those sales are for GTA online, which this leak doesn't inherently give you access to. I don't see this leak financially harming Rockstar more than the cost of the presumed ransom, people still have to pay to
15.
▲
by
vlakreeh
3y ago
I highly recommend anyone using this to use a Durable Object https://developers.cloudflare.com/durable-objects/ for writes as this project doesn't seem to have consistency guarantees. If the Worker that writes t
16.
▲
by
vlakreeh
3y ago
> we can already see this by compiling build and proc macro crates with optimizations, it's just not the default and they still have to be compiled once. I'm hopeful something like watt ( https://github.com/dtol
17.
▲
by
vlakreeh
3y ago
The free tier gets 100k requests per day, not month. And then for $5 you get 10M or 1M free a month depending on your settings and then you get charged for additional usage.
18.
▲
by
vlakreeh
3y ago
I don't really consume HDR content through Youtube,so the Chromium relation doesn't have much bearing on my situation. Although it does make me sad that the only browser that really caters to what I want from a technical perspecti
19.
▲
by
vlakreeh
3y ago
Some youtube videos have it now, but not really. I ripped all my blurays and have them hosted on Jellyfin for consumption which I prefer to use as just a tab in my browser than their dedicated player.
20.
▲
by
vlakreeh
3y ago
HDR support, I have this fancy monitor that's great for watching content on but I can't view it at full quality because of my browser.
21.
▲
by
vlakreeh
3y ago
If a repair shops wipes someone's phone they'll be pissed, but they aren't going to throw out the phone. As soon as they get back that phone they'll reinstall all their apps and log back into all their accounts and any m
22.
▲
by
vlakreeh
3y ago
With how powerful the type system is you can implement pattern matching via a library pretty convincingly, https://github.com/gvergnaud/ts-pattern is definitely the go-to. That being said pattern matching is hardly a r
23.
▲
by
vlakreeh
3y ago
Ease of use is the biggest one. While you and I are capable of setting up and keeping up a remote machine with a self-hosted password manager, I'm incredibly confident my barely tech literate parents are. Realistically for people that
24.
▲
by
vlakreeh
3y ago
Incredibly reasonable. People love to trash on the performance of Python and JS saying that they're totally unsuitable for backend services with non-trivial amounts of traffic when they're usually the most cost effective solution
25.
▲
by
vlakreeh
3y ago
I'm really sad that the list of trustworthy registrars is so small. I use Cloudflare for most of my domains and then Google for my .dev domains but now I'm not sure what I'm going to do with my .dev domains, probably keep the
26.
▲
by
vlakreeh
3y ago
> not an average or a number any significant fraction of users would be hitting any significant fraction of the time Mhm and no major third party reddit app is going anywhere near that with their 500 requests per day per user. > An ap
27.
▲
by
vlakreeh
3y ago
These apps aren't grossly inefficient though, they've been substantially lower than the 84k per user per day API limit that reddit has held in the past for these applications, typically being below 500 requests per user per day. E
28.
▲
by
vlakreeh
3y ago
Probably portability, it's a pretty good low (but not too low) abstraction layer over the systems preferred graphics API. I'm not a graphics programmer but my understanding is it's closer to vulkan or metal in terms of contro
29.
▲
by
vlakreeh
3y ago
With frontend a lot of what engineers are tasked to make (highly interactive websites that still have decent SEO and time to FMP), you need to add some complexity to achieve that. SSR + hydration for web apps has been common for years becau
30.
▲
by
vlakreeh
4y ago
This is not the case, websites behind will get good ddos mitigation to begin with some options for improving that for some cost. But it's worth noting that in 2022 they blocked a 26M req/s attack on a website using the free plan,
More ›