Viewing profile — roland-s
roland-s
HN member- Joined
- Fri, Mar 21, 2014, 11:19 PM UTC
- HN karma
- 70
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About roland-s
No profile information was provided.
Recent public activity
-
comment
Comment #44791536
The pipe operator eliminates the syntax problem. Ocaml example: let increment x = x + 1 let square x = x \* x let to_string x = string_of_int x let result = 5 |> increment |> squar…
-
comment
Comment #41333580
Does anyone have a good sense of how many dev hours it would take to write something like Quake/Unreal from scratch today? Not a port, but a full rewrite with a custom engine
-
comment
Comment #40152568
IBM owns Ansible, redserk is saying Terraform will go a similar route. Although I don't see what they mean by core being lower priority than paid. The paid features are all availab…
-
comment
Comment #39201471
Linux now has eBPF, which is essentially a VM running inside the Linux kernel. You can run your own programs on this little VM and extend the kernel to a staggering degree. Some cl…
-
comment
Comment #34202772
I dug into portage a bit and I think I see what you're saying. But the only way Portage can automatically load a dependency is if the ebuild specifies it. For example an ebuild can…
-
comment
Comment #34193094
Nix can be a huge pain to use, and with the recent redesign it somehow feels even more disjointed than before. But it's still one of my favorite pieces of software. I think a clean…
-
comment
Comment #29146799
Backups are deleted after six months not 30 days. 30 days is the default revision history kept for each file. Point still stands though. source: https://help.backblaze.com/hc/en-us…
-
comment
Comment #25755459
So next we would just have to fix the justice system (giant corporations have a bit of an advantage in the current one).
-
comment
Comment #25445229
This is wild speculation but just to highlight how FTP could be leveraged to get a signed DLL. Imagine SolarWinds has a "sign everything in this directory" script. Attackers gain a…
-
comment
Comment #25425287
iMessage is E2EE (according to Apple). But Apple can still see who's messaging who. With that you get an intimate social graph. Similar to what the NSA has on US citizens via phone…
-
comment
Comment #24450562
Does high tx count and low price really mean utility? Seems it could also mean market is unsure of the asset's intrinsic worth and speculations are constantly in flux. Or could mea…
-
comment
Comment #24276736
OpenAI API has a similar demo, the Wikipedia one at https://openai.com/blog/openai-api/
-
comment
Comment #23787855
Jesus christ
-
comment
Comment #23687489
100% yes. With non-ECC you will always have bad RAM bits eventually. With ZFS this is especially bad because it can corrupt your checksums or your ZFS metadata, which means either …
- story
-
comment
Comment #22333876
I found a job posting of theirs a while back while trying to figure out their tech stack. It required experience in docker, redis, node, can't remember what else if anything. Given…
-
comment
Comment #21391173
If you're using table aliases like "O" you're already throwing clarity out the window. The following is perfectly clear and readable IMO: Orders.id = Customers.order_id and also in…
-
comment
Comment #20160953
If you're willing to ditch iOS, Android has Messages for Web (an official service by Google) which lets you view/send SMS from any browser and supports file attachments etc. It's p…
-
comment
Comment #18828280
Newgrounds.com, addictinggames.com, and kongregate.com are the three I remember. RIP Flash and Shockwave
-
comment
Comment #18828156
I had the same gripes, I use justwatch.com to search for a movie and see what streaming platforms offer it. Roku global search also does the same thing.
-
comment
Comment #18819696
I think the problem is that nobody wants to go manually find games across the web, then maintain a bookmark list of their games, share purchasing info with 100 different sites, thr…
-
comment
Comment #18420039
Scaleway out of France has been doing baremetal cloud nodes for years. I used them during the beta and they are fantastic (despite slight latency due to being in France). Their sma…
-
comment
Comment #17990838
Socket exposure can be avoided by running jwilder's nginx and docker-gen containers separately as explained in his repo (you still bind to tthe docker socket but on a separate unex…
-
comment
Comment #16079814
Man, I typed a whole reply saying basically the same thing but you beat me to it! To expand a bit further, in this demo app, the "Save" button calls an API of a pinning service (Et…
-
comment
Comment #15580016
Workflowy! The nested bullet structure is so simple and quick but powerful. If ur a vim head there is also vimflowy.