Viewing profile — jrjsmrtn
jrjsmrtn
HN member- Joined
- Mon, Jan 19, 2015, 9:08 PM UTC
- HN karma
- 25
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About jrjsmrtn
No profile information was provided.
Recent public activity
-
comment
Comment #46052258
I use macOS. Among other things... :-)
-
comment
Comment #44911328
My new system prompt: "No glazing. Just use a Yoda-like appropriate citation as conclusion." "> What Elixir library could I use for TUI ? [...] Much to learn about TUI libraries, y…
-
comment
Comment #43526363
Hmmm... Smalltalk, a pure object-oriented language, stores everything in an image, and has tons of different browsers to inspect its "object soup". Install a Squeak Smalltalk if yo…
-
comment
Comment #43464830
Oh, and let's move to RISC-V. ;-)
-
comment
Comment #43464769
Correct. But being open source and distributed under the GPL is not enough. RedHat or SuSE have a more indeterminate future due to their shareholders control, frequent changes of o…
-
comment
Comment #43464245
Debian Stable and Fedora answer to different use cases. I wouldn't use Fedora on any production server.
-
comment
Comment #43463398
AFAICT, this is *not* a "European Union's (EU) initiative for developing a new Linux distribution initiative". This is: - a "*Community-led Proof-of-Concept* for a free Operating S…
-
comment
Comment #43083522
Elixir ( https://elixir-lang.org ) and its Nx stack ( https://github.com/elixir-nx ), maybe ?
-
comment
Comment #39313709
They did the popular Xserve, and the AWS before. They did A/UX, AIX (by IBM, of course), MkLinux and even Xenix (on the Lisa) way before OS/X. There was even a version of Netware f…
-
comment
Comment #35767639
Very nice... but the https://www.digibarn.com/collections/screenshots/xerox-star-... picture has a Lisa screenshot ;-)
-
comment
Comment #35748604
Although I have a Parallel license, I'm mostly using UTM. I have Debian/Ubuntu, NixOS, SUSE, Windows 11 VMs all running natively on ARM.
-
comment
Comment #34573508
On a Mac keyboard, you have two Command and Option keys. That means you can combine your (left|right) thumb on the Command key and a (left|right) finger on another . Moreover, you …
-
comment
Comment #34573471
Moreover: on macOS Cmd [-Option][-Shift][-Ctrl]- is always about a menu item/command shortcut; [Option][-Shift][-Ctrl]- is always about a glyph.
-
comment
Comment #34573402
Try Cmd-w (close), Cmd-X (Cut), Cmd-C (Copy), Cmd-V (Paste), Cmd-Z (Undo), Cmd-A (Select All), Cmd-Q (Quit) with your left thumb on Command and the left index on the other key. Try…
-
comment
Comment #30886777
Have a look at Zim: https://zim-wiki.org
-
comment
Comment #28142728
The Art of PostgreSQL ( https://theartofpostgresql.com ) by Dimitri Fontaine, also the author of PGLoader ( https://github.com/dimitri/pgloader )
-
comment
Comment #28135565
What are your pain points, exactly?
-
comment
Comment #27009855
You should also give MacPorts a try. Its heritage is from BSD ports but, contrary to some reports, it's well alive, stable and kicking ;-)
-
comment
Comment #27009825
+1 for Moom :-) As for iTerm2, I found its native tmux integration pretty unique.
-
comment
Comment #27009793
I use dotfiles on both Linux and macOS. From the same repository :-)
-
comment
Comment #27009761
VirtualBox is a x86_64 hypervisor. They already stated they wouldn't run on the M1.
-
comment
Comment #27009742
Yet. But work is in progress: https://asahilinux.org
-
comment
Comment #27009722
UTM is a newcomer and still has rough edges but I managed to install Debian Buster with Gnome. Both in x86_64 (slow) and ARM64 (snappy :-) flavors.
-
comment
Comment #27009692
This is a very bad security advice...
-
comment
Comment #26018746
You should give MacPorts a try... MacPorts allows you to install multiple Python versions at the same time and I personally have several venvs with Python 2.7, 3.6, 3.7, 3.8, 3.9..…