Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pluto_modadic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
31.
▲
by
pluto_modadic
11mo ago
if you don't have anything nice to say... :3
32.
▲
by
pluto_modadic
11mo ago
wonder if you could increase fire resistance by moving the grout layer so it's not touching the bottom cork except in key spaces with a more effective insulator?
33.
▲
by
pluto_modadic
11mo ago
IIRC stoicism was written by rich people (and advisors to rich people) who didn't focus at all on improving the system. It's on-brand for the self-help influencer phenomena where you disregard disadvantages to others and systemic
34.
▲
by
pluto_modadic
11mo ago
ignoring a rate limit gets you blocked.
35.
▲
by
pluto_modadic
11mo ago
makefiles /can/ do whatever you like. They can download anything on build.
36.
▲
by
pluto_modadic
11mo ago
looks like the installer still doesn't support LUKS2.
37.
▲
by
pluto_modadic
11mo ago
if that floats your boat, sure. It's also home to most of the world's malware, and you usually don't need it.
38.
▲
by
pluto_modadic
11mo ago
I wonder what the level of difficulty getting this to run as a cloud image (e.g. on Vultr or Digitalocean) would be. Or getting it to boot a GUI and run firefox.
39.
▲
by
pluto_modadic
11mo ago
this is kinda cool. Does that mean you can use u-root to embed as a UEFI image? or to boot a u-root image over PXE netboot?
40.
▲
by
pluto_modadic
11mo ago
"when you need shiny tech (you don't)" (aka, when to use postgres/sqlite)
41.
▲
by
pluto_modadic
11mo ago
if they pull out the AI stuff that'll be soooo cool :D
42.
▲
by
pluto_modadic
11mo ago
...the solution to IDORs is to authenticate each user and check authorization per object. full stop.
43.
▲
by
pluto_modadic
11mo ago
DNS is: - simple - battle hardened - distributed - affordable blockchains are: - essoteric, backwards, and not easily implemented - new and unproven, frequently hacked - effectively a ploy to centralize / redo Web 1.0 but owned by one
44.
▲
by
pluto_modadic
11mo ago
IaaS VPS's and rented colo VMs are definitely fine. PaaS is... slightly not? it's the grey edge! SaaS is definitely not you running stuff you control or could move anywhere. If it's a buck standard linux box, yeah that's
45.
▲
by
pluto_modadic
11mo ago
self-hosting: running open source code that you could run on any computer. if it's convenient to run mastodon on hetzner, that's STILL self hosting; because you /can/ move your app IN ITS ENTIRETY from any computer to
46.
▲
by
pluto_modadic
11mo ago
sticker shock / looking at alternative vendors
47.
▲
by
pluto_modadic
11mo ago
it's a weird effect: imagine a beach, with icecream vendors. You'd think it would be optimal for two vendors to each split it half north, half south. However, in wanting to steal some of the other vendors' customers, you end
48.
▲
by
pluto_modadic
11mo ago
oh hey, I've bricked a server remotely and had to drive 45 minutes to the DC to get badged in and reboot things :)
49.
▲
by
pluto_modadic
11mo ago
so, funny story, my fiber got cut (backhoe) and it took then 12 hours to restore it. If you had /two/ houses, in separate towns, you'd have better luck. Or, if you had cell as a backup. Or: if you don't care about it bei
50.
▲
by
pluto_modadic
11mo ago
Firefox shouldn't try to "be chrome", people who want chrome just use that. Firefox should be /not chrome/.
51.
▲
by
pluto_modadic
11mo ago
translation is moreso machine learning, not generative hallucinations or a chatbot
52.
▲
by
pluto_modadic
11mo ago
personally, the golang highlighting is nice. - dark blue: keywords (var, nil) - light blue: variables (defines the scope you're looking at) - blue-green: types (bool, string, your custom thing, the kind of the variables) - dark green:
53.
▲
by
pluto_modadic
11mo ago
da rulez: - if you don't understand your concept/market, build in a VPS. you can get away with scaling a VPS for a while. - if you intend to be netflix, rent at the edge (mid game) and eventually own the edge servers in POPs (othe
54.
▲
by
pluto_modadic
11mo ago
this kinda proves the point that you have to know a silly workaround
55.
▲
by
pluto_modadic
11mo ago
static secrets that you can even extract and set in a config file (or store in a secrets manager) need to go. TPM secrets that you can't extract, and public keys that you can pin without considering them "secret", along with
56.
▲
by
pluto_modadic
11mo ago
focus on the customer's problem. Not on debugging a huge thorny k8s stack or AWS deploy.
57.
▲
by
pluto_modadic
11mo ago
I think this skips over /how to do it/.
58.
▲
by
pluto_modadic
11mo ago
...so your argument is.... stay with the abusers?
59.
▲
by
pluto_modadic
11mo ago
LSM is great for write heavy loads. not sure about random reads, isn't that a B+ tree's turf?
60.
▲
by
pluto_modadic
11mo ago
is there an implementation of B+ trees that fluidly pulls from disk vs RAM? e.g., two B+ trees, one in RAM and one on disk, with the RAM one evicted with sieve caching? possibly a very lite WAL? something that lets you use a B+ tree bigger
More ›