Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dmarinus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dmarinus
10d ago
my experience with LLMs is that when you get answers to questions you didn't ask that it's repeating something that already exists. In other words, it probably regenerated a tool from which it was trained on.
2.
▲
Infodump about Monkey Island
(pants.fishing)
3 points
by
dmarinus
1mo ago
|
0 comments
3.
▲
by
dmarinus
1mo ago
I don't think it's very useful but there's already a checksum in the meta data of an S3 object: https://docs.aws.amazon.com/AmazonS3/latest/API/API_Object.h... It might be better to keep an ind
4.
▲
by
dmarinus
4mo ago
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 will run into the limitations of those f
5.
▲
by
dmarinus
4mo ago
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.
6.
▲
by
dmarinus
4mo ago
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://chrome.dev/web-ai-demos&#
7.
▲
by
dmarinus
5mo ago
Wooting has done this already for many years: https://github.com/WootingKb/wooting-design
8.
▲
by
dmarinus
5mo ago
The first spreadsheets I remember were TUI (pccalc, Lotus 123)
9.
▲
by
dmarinus
6mo ago
oh nice! I hate it that you can't disable mouse acceleration in macOS.
10.
▲
by
dmarinus
7mo ago
I tried posting ais-catcher.org but it got ignored
11.
▲
by
dmarinus
7mo ago
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 you from creating multiple .gitignore files.
12.
▲
by
dmarinus
9mo ago
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 stable. Finally connecting an USB device (like a
13.
▲
by
dmarinus
11mo ago
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?...
14.
▲
by
dmarinus
1y ago
I think you should create a new ssh key for every computer so you only have to share the public key .
15.
▲
by
dmarinus
1y ago
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
16.
▲
by
dmarinus
1y ago
davmail supports smtp through outlook(365)
17.
▲
by
dmarinus
1y ago
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 available anymore.
18.
▲
AIs-catcher real-time view of maritime traffic aggregated from contributors
(aiscatcher.org)
2 points
by
dmarinus
2y ago
|
1 comments
19.
▲
by
dmarinus
2y ago
AIS-catcher is an open source multi-platform AIS Receiver with realtime data found at aiscatcher.org
20.
▲
by
dmarinus
2y ago
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 CloudFormation, then use CloudFormation Git sync, so
21.
▲
by
dmarinus
2y ago
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 like they gave up and just put in a few run
22.
▲
by
dmarinus
2y ago
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...
23.
▲
The mysteries of Monkey Island (eBook)
(amazon.com)
2 points
by
dmarinus
2y ago
|
1 comments
24.
▲
by
dmarinus
2y ago
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.
25.
▲
by
dmarinus
2y ago
hey this is the same guy who did some work for running osx on qemu/kvm. https://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/
26.
▲
by
dmarinus
3y ago
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.
27.
▲
by
dmarinus
3y ago
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 settings in .aws/config. But it is kind o
28.
▲
by
dmarinus
3y ago
years back I've used linux netem for such a purpose, back then it was already fabulous
29.
▲
by
dmarinus
3y ago
I'm fairly happy with a Cudy WR1300, which runs openwrt out of the box. Only €40 euros on amazon.
30.
▲
by
dmarinus
3y ago
Android should have used HID to have better compatibility with Windows. But I guess the Android developers were on Linux so it wasn't such a big problem for them. Glad it's fixed on Windows now.
More ›