Viewing profile — alephu5
alephu5
HN member- Joined
- Wed, Sep 23, 2015, 7:51 AM UTC
- HN karma
- 412
- Public activity
- 199 items
- HN profile
- View on Hacker News ↗
About alephu5
No profile information was provided.
Recent public activity
-
comment
Comment #42766527
I've been interested in this problem space for a couple of years, have tried a whole bunch of products but settled on using cedar policy engine[1] wrapped in some custom code and u…
-
comment
Comment #35825621
I imagine the people paying the most money have a high tolerance.
-
comment
Comment #35709794
You'll also need to befriend some conservative politicians.
-
comment
Comment #35490799
I pay $20 a year to develop private projects on source hut with CI and everything else included.
-
comment
Comment #35216699
Maximise returns on investment?
-
comment
Comment #34555910
I got a 96 and am pleased with that. I have serious concerns about Amazon as a company, they're too big and predatory. I've been using AWS at various companies and have tried to em…
-
comment
Comment #34036054
The EU are working on something like this, it's like USDC but backed and exchanged by the European Central Bank. https://www.ecb.europa.eu/paym/digital_euro/html/index.en.ht...
-
comment
Comment #33930718
Grep is a performance sensitive program, it's not unusual to scan through thousands of files and millions of lines so small inefficiencies are noticeable. If you tried this in pyth…
-
comment
Comment #33930661
Go has these same properties
-
comment
Comment #33784870
My ISP gives a dedicated IPv4 to anyone that asks, everyone else goes on CGNAT. Hardly anyone asks so they don't mind.
-
comment
Comment #33417855
Terminal user interface
-
comment
Comment #33340272
We're just more sensitive to these things, if the decline continues more people will notice.
-
comment
Comment #33138845
Have you tried htmlx? It fits this gap quite nicely, it's lets you do AJAX with SSR.
-
comment
Comment #33078919
Did you add a typo as a joke?
-
comment
Comment #32999365
I wouldn't be surprised if most software in the world has been chugging along unchanged for decades. I suspect future historians in 1000 years will find pieces of ancient code copi…
-
comment
Comment #32862167
On a moral level I think it's fair to give them a tax break on this, since they're effectively donating all future company profits to global society through the foundations.
-
comment
Comment #32647740
Insulation is your best bet
-
comment
Comment #32382568
Sounds like an incentive to invest in R&D.
-
comment
Comment #29060349
What could justify citizenship beyond an accident of birth?
-
comment
Comment #29035629
Not lazy, sensible. The market has spoken and it wants bloated electron apps with rapid development, rather than performant C/assembly apps that hardly ever change.
-
comment
Comment #29022811
The most useful definition (for engineering) is that "code" changes/defines how the program executes. Your YAML shopping list changes your path through the shop, so it is code. For…
-
comment
Comment #28915283
It makes sense that the CEO should communicate to employees the effects of politics on the company, but it's unreasonable to send this to your customers.
-
comment
Comment #28904436
Why Postgres? Why not redis, rabbitMQ or even Kafka itself?
-
comment
Comment #28894718
I think it's an advantage because you're more likely to have a good work ethic and understand business then someone from an academic stream.
-
comment
Comment #28816654
With an ORM you can leverage the IDE to get field names, types and descriptions by simply typing out the name of the model. In pure SQL you need to memorise the schema, or continuo…