Viewing profile — ralls_ebfe
ralls_ebfe
HN member- Joined
- Thu, Sep 05, 2019, 6:23 PM UTC
- HN karma
- 73
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About ralls_ebfe
No profile information was provided.
Recent public activity
-
comment
Comment #37983678
There is a framework for OCaml for this: https://mirage.io/ So if you are interested in learning OCaml and want a unikernel, this would be a possible path to take.
-
comment
Comment #34382481
That's an interesting development, thank you.
-
comment
Comment #33215454
I like using zeal-at-point in emacs, it is quite useful. https://github.com/jinzhu/zeal-at-point
-
comment
Comment #31792263
Thanks, I thought "maybe they implemented accessibility by now", but it seems to be a huge task.
-
comment
Comment #31040942
You can use rust on an attiny85? What a time to be alive. I wonder where mine are.
-
comment
Comment #30662554
I love your search engine, particular the 'random' feature.
-
comment
Comment #30584839
I just realized: you did not actually hide some mysterious, physical button somewhere 1000m from your home.
-
comment
Comment #30013225
Go ahead, i'd like to see the result.
-
comment
Comment #29871411
Only for people, who neglected their mythology studies. Ask veit ek standa, heitir Yggdrasill, hár baðmr, ausinn hvíta auri; þaðan koma dǫggvar, þærs í dala falla, stendr æ yfir, g…
-
comment
Comment #29785285
I create cronjobs which run ratt regularly and save the xml to a file in a directory to be served as file by a web server. After that i can just subscribe to it with my feedreader.…
-
comment
Comment #29428716
If you use Emacs for email or reading PDF files, you can have links in your org files which open the linked email/pdf page inside of emacs.
-
comment
Comment #25602313
> - Issues with graphics when using Nvidia on linux Stop buying nvidia graphics cards.
-
comment
Comment #25024147
I have pretty good integration of different text based applications inside of emacs.
-
comment
Comment #24636245
Have not seen this happening on Android. Also: some people use only F-Droid to get their apps. IPhones lack such an option.
-
comment
Comment #24552556
Best message of the day. Please do so.
-
comment
Comment #24261780
Why can't the server-side template rendering code consume an api as much as frontend JavaScript can? I don't see any reason for this to happen in the browser.
-
comment
Comment #24226149
Will Linux be supported on PC? This looks really interesting to me, as I am getting lazy without anyone to fight during the pandemic.
-
comment
Comment #24155338
Is safari free software? I can't seem to find it in f-droid.
-
comment
Comment #24144366
I loved presto so much, not going open source is a huge loss. And now the future of servo is unclear as well. :(
-
comment
Comment #24130097
Video to remove Windows 10 is missing.
-
comment
Comment #24089509
I experienced something similar, when I stopped drinking alcohol for health reasons and still noticing mental impairment when staying at parties until morning.
-
comment
Comment #24071975
I prefer knives, because phones suck for preparing meals and shelter.
-
comment
Comment #24005896
Emacs has a pretty good vi mode called evil. I use spacemacs, but I am not sure, if it is what you are looking for. Should you try it, do yourself a favor and use the development b…
-
comment
Comment #24003405
I just bought a used laser printer for 40 Euro when i was a student. Many years later I bought a new toner for 20-30 Euro. The printer is one of the best investments I ever made. I…
-
comment
Comment #23947442
Get a manual for your processors assembly and a description of the way binaries are organized for your operating system (Headers, sections). Try to build a minimal binary with c, a…