Viewing profile — trumpeta
trumpeta
HN member- Joined
- Thu, Dec 29, 2016, 9:25 AM UTC
- HN karma
- 316
- Public activity
- 112 items
- HN profile
- View on Hacker News ↗
About trumpeta
No profile information was provided.
Recent public activity
-
comment
Comment #46003720
sure but so is social media and ultra processed food. Both with much greater impact, why not start there?
-
comment
Comment #44510195
Have a look at https://github.com/hannobraun/fornjot
-
comment
Comment #43759649
The reason I chose Synology over others was their SHR "filesystem", where you can continue adding heterogeneously sized disks after constructing the FS and it will make the most us…
-
comment
Comment #42273501
angry Python noises
-
comment
Comment #41876995
I think it's great advice, but the "finish rarely" part is maybe understated. The goal is to try as many things as possible, as quickly as possible in order to find your true calli…
-
comment
Comment #41867986
It's meant to imply that it's as performant as, but safer than c/c++.
-
comment
Comment #39136518
no it says it includes “human review”
-
comment
Comment #39136434
You can choose a different game engine or write your own. You can not write an app for iOS without Apple SDK
-
comment
Comment #38515757
Interesting article. I wonder if the FS abstraction is not too large, maybe it could be split into various layers, such as the Physical layer (block KV store), intermediate with bu…
-
comment
Comment #38233499
Great! Now do trilingual!
-
comment
Comment #38096381
I'd still rather stare at a blank screen for 20s than view the ads.
-
comment
Comment #38066773
What do they do when GitHub is down?
-
comment
Comment #37996868
I think the self-hosted bit is just for syncing, as long as you have multiple devices its not likely to lose data even if you don't follow the 3-2-1 backups.
-
comment
Comment #36932770
They were making austerity jokes in Yes Minister!
-
comment
Comment #36394052
I hope Apple loses and is forced to change their logo i to something like a bitten iPhone. The other company make actual apples and for longer than Apple, so they should have the r…
-
comment
Comment #36188664
also much less likely to get shot there than at school!
-
comment
Comment #34245654
Another way of doing this is assign Hyper key to Caps Lock with Karabiner and then use that to set up hyper+X shortcuts to different or macros using Hammerspoon. So e.g. I have hyp…
-
comment
Comment #34232544
The battery won't spin and lose all charge, it has a breaker mechanism that will stop it similar to how seatbelts work, it gets stuck if it pulls too hard. This is to prevent damag…
-
comment
Comment #34007356
At what scale have you decided you’ve outgrown it?
-
comment
Comment #34007327
ELT approach means you copy raw data from transactional sources, events, external APIs and dump it in the first “layer” of your data warehouse. Then you progressively clean it and …
-
comment
Comment #31782899
what makes Ante low level? Just from a cursory look over the website seems pretty high level to me.
-
comment
Comment #31482665
We operate a (small?) Airflow instance with ~20 DAGs but, one of those dags has ~1k tasks. It runs on k8s/aws setup with a MySQL backing it. We package all the code in 1-2 differen…
-
comment
Comment #30061906
Torvalds (I think): > Bad programmers worry about the code. Good programmers worry about data structures and their relationships. The problem with dogmatic OOP is that it mixes dat…
-
comment
Comment #29407402
ddg has the same issue though
-
comment
Comment #26272295
Maybe I can offer an answer to your question, I have worked at a couple of companies where we ran "small" scale k8s clusters (1-100 nodes as you say). We have chosen k8s and I woul…