Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dradtke
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
dradtke
3y ago
Fundamentally, consumers and producers are at odds with each other in certain ways. For instance, it's best for customers if every shop was open 24x7, but absolutely horrible for the employees needed to make that happen. Walmart is the
2.
▲
by
dradtke
3y ago
I think the idea is to improve the sustainability of a city by reducing people's need to travel by car, which uses energy, and to improve its livability by ensuring easy access to most (or all) of life's amenities. That doesn'
3.
▲
by
dradtke
4y ago
Unlikely, housing is only one factor, and I don't think it's the biggest one.
4.
▲
by
dradtke
4y ago
Declining birth rates as a whole are to blame for this, not just abortion. Plus, legalized abortion helped reduce crime rates. https://law.stanford.edu/publications/the-impact-of-legalize...
5.
▲
by
dradtke
4y ago
True, but it's way easier to add centralization to a system that is decentralized by nature than it is to somehow decentralize something that is centralized by nature.
6.
▲
by
dradtke
4y ago
sd seems to provide a description for the command, too, which your solution wouldn't provide.
7.
▲
by
dradtke
4y ago
HCP might be what you want, but it doesn't support Nomad yet, and unfortunately it's not clear when it will. https://discuss.hashicorp.com/t/status-of-hcp-nomad/33374
8.
▲
by
dradtke
4y ago
To what? What level of consumption will make all these problems disappear? Going back to pre-industruial lifestyles is arguably worse for the average person than climate change is.
9.
▲
by
dradtke
4y ago
Does an LSP-enabled editor count as an IDE then?
10.
▲
by
dradtke
4y ago
I love how the first bullet point is "Not made from a web browser." Great to see some non-Electron competition in the chatting space!
11.
▲
by
dradtke
4y ago
Ah, yeah I didn't realize that Glade didn't work with GTK4. I'll update the post soon to clarify that, thanks for catching it!
12.
▲
Building GTK4 Applications Like Websites
(damienradtke.com)
51 points
by
dradtke
4y ago
|
8 comments
13.
▲
by
dradtke
4y ago
https://damienradtke.com/
14.
▲
by
dradtke
4y ago
One of the big points Bill Gates makes in his recent book on climate change is that once the genie is out of the bottle in terms of lifestyle, there's no going back. It's naive to expect people to willingly reduce their energy use
15.
▲
by
dradtke
5y ago
Really? Every time I check (in the Chicago area), it's still out of stock. https://www.microcenter.com/product/609038/raspberry-pi-4-mo...
16.
▲
by
dradtke
5y ago
I'm curious about this, any links handy?
17.
▲
by
dradtke
5y ago
This post might be the most straightforward starting point: https://go.dev/blog/pipelines
18.
▲
by
dradtke
5y ago
Any discussion of COVID's origins now just makes me think of Jon Stewart on Colbert's show. https://www.youtube.com/watch?v=sSfejgwbDQ8
19.
▲
by
dradtke
5y ago
Braintree created a tool for doing something similar: https://medium.com/braintree-product-technology/https-medium...
20.
▲
by
dradtke
5y ago
Probably because America has only about a quarter of the population that India has? Also, the ideal of the American homestead or even suburban home is one that doesn't place a high value on sharing space or being close to your neighbor
21.
▲
by
dradtke
5y ago
Looks pretty cool! I've recently become a fan of Overmind ( https://github.com/DarthSim/overmind ), which does something similar. I like the GUI of exo, though, so I may give it a shot sometime as well.
22.
▲
by
dradtke
6y ago
Does anyone know any VPS providers that are planning to support this? I'm using Linode primarily because they are one of the few providers that provides openSUSE images, but they haven't said anything about supporting MicroOS yet.
23.
▲
Building a Cloud -Free Hashistack Cluster
(damienradtke.com)
1 points
by
dradtke
6y ago
|
0 comments
24.
▲
by
dradtke
7y ago
Wasn't it originally called Function as a Service? That seems to be a better name for its intended use-case than serverless.
25.
▲
Amazon Photo Downloader – A Helpful Python Script
(git.sr.ht)
3 points
by
dradtke
7y ago
|
1 comments
26.
▲
by
dradtke
7y ago
Anyone interested in this idea should check out https://github.com/braintree/runbook
27.
▲
by
dradtke
7y ago
I assume it's mostly to make it easier for people to test this out with existing stuff. Docker containers are the standard for taking a base image and adding stuff on top of it.
28.
▲
by
dradtke
7y ago
While working full-time? Not everyone can afford to take a week off of work just to interview at companies that may not necessarily extend you an offer.
29.
▲
by
dradtke
8y ago
True, software works just dandy these days if you remove the "attack" factor, but software isn't deployed into an attack-free space the same way a plane flies through safe air. As anyone who has ever logged into a Linux serve
30.
▲
by
dradtke
9y ago
I like to use a pattern like this: given a resource defined as an interface: type Database interface { Users() ([]*User, error) } I like to create an explicitly-mocked version of it like this: type MockDatabase st
More ›