Viewing profile — dmarinus
dmarinus
HN member- Joined
- Sat, Jun 29, 2019, 7:27 PM UTC
- HN karma
- 84
- Public activity
- 85 items
- HN profile
- View on Hacker News ↗
About dmarinus
No profile information was provided.
Recent public activity
-
comment
Comment #48322541
I don't agree that you don't have to know CSS/HTML when you use a frontend framework. I guess some frontend frameworks can abstract it away but most don't and you almost certainly …
-
comment
Comment #48033149
You can load a model from this page but it's only for testing purposes on this page and it won't be used for the Prompt API.
-
comment
Comment #48022735
I think this policy will disable the automatic download of the model: https://chromeenterprise.google/policies/#GenAILocalFoundati... The prompt API can be tested here: https://chr…
-
comment
Comment #47721394
Wooting has done this already for many years: https://github.com/WootingKb/wooting-design
-
comment
Comment #47664720
The first spreadsheets I remember were TUI (pccalc, Lotus 123)
-
comment
Comment #47375393
oh nice! I hate it that you can't disable mouse acceleration in macOS.
-
comment
Comment #47207469
I tried posting ais-catcher.org but it got ignored
-
comment
Comment #47098168
if possible you can also just create directories if they don't exist (ie. mkdir -p) and just exclude it in your root .gitignore (ie. ignore all build directories). That would safe …
-
comment
Comment #46184052
I tried this for a virtualized full screen gnome desktop environment but the latency was unbearable. I also couldn't get passthrough of command/caps lock etc to the virtual machine…
-
comment
Comment #45781009
very nice, if you want to know more of the history of chaos I recommend the following book: https://en.wikipedia.org/wiki/Chaos%3A_Making_a_New_Science?...
-
comment
Comment #45487739
I think you should create a new ssh key for every computer so you only have to share the public key .
-
comment
Comment #44126892
I don't like GUIs for this so I made a simple cli frontend for rsync/rclone so I can just run pull/push in a directory like git. https://github.com/meeuw/rzn
-
comment
Comment #44022921
davmail supports smtp through outlook(365)
-
comment
Comment #43768594
something more problematic of this smart bike is that it also requires an app to unlock. from what I read they used many (low quality) custom parts for this bike which aren't avail…
-
comment
Comment #43061921
AIS-catcher is an open source multi-platform AIS Receiver with realtime data found at aiscatcher.org
- story
-
comment
Comment #42857039
Not sure if this is a rhetorical question but I'll bite :-) > where do you keep the ECS service/task specs and how do you mutate them across your stacks? It can be defined in Cloud…
-
comment
Comment #42359781
Lately I was thinking "what's the best way to integrate/use a task runner like mise in a github actions workflow". Looking at the workflow files in the mise repository it seems lik…
-
comment
Comment #41882543
The RFC 6902 - JavaScript Object Notation (JSON) Patch standard is also used by the AWS Cloud Control API: https://docs.aws.amazon.com/cloudcontrolapi/latest/APIRefere...
- story
-
comment
Comment #41172424
There's GlobalKnownHostsFile and UserKnownHostsFile. The global known hosts file is usually stored in /etc/ssh, linux distributions could store common ssh host keys in there.
-
comment
Comment #40401216
hey this is the same guy who did some work for running osx on qemu/kvm. https://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/
-
comment
Comment #39657131
I talked to people at AWS who work in RDS Aurora and they hinted they use S3 internally as a backend for MySQL and PostgreSQL.
-
comment
Comment #39153049
Rclone is a magic tool, I've used it for many different use cases. When I last checked it doesn't use the AWS SDK (or the Go version is limited). Anyway, it isn't able to use all s…
-
comment
Comment #39014236
years back I've used linux netem for such a purpose, back then it was already fabulous