Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bed147373429
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Building NTFS-3g on macOS to write to NTFS devices
(downioads.github.io)
2 points
by
bed147373429
2y ago
|
0 comments
2.
▲
by
bed147373429
3y ago
> What happens if the original folder is renamed? Then, intuitively, the pinned one get the new name. So you always know what folder is pinned. I disagree. I would expect MY bookmark to automatically have its target destination updated (
3.
▲
Ash HN: Why does Windows not let you rename bookmarks / pins?
1 points
by
bed147373429
3y ago
|
3 comments
4.
▲
by
bed147373429
3y ago
I just thought the average diablo gamer will not know how to do that or which of these hundred files will be required. I also tried statically linking but I VisualStudio kept throwing errors at me so the easiest way to make the tool accessi
5.
▲
Show HN: Diablo 2 runeword calculator in C++ using wxWidgets
(github.com)
5 points
by
bed147373429
3y ago
|
3 comments
6.
▲
by
bed147373429
3y ago
I also wrote a small Python script that you can also use if you do not want to use Powershell to talk to your Llama model: https://downioads.github.io/posts/llama-python/
7.
▲
by
bed147373429
3y ago
It's ok, I just followed your instructions and with that model is works well. But are you sure that this uses CUDA? My CPU utilization is at 50% while my GPU utilization is at 1% while the output is being generated..
8.
▲
by
bed147373429
3y ago
I have a question: Last week I downloaded llama-7b-chat from meta's github directly ( https://github.com/facebookresearch/llama ) using the URL they sent via e-mail. As a result, I now have the model as consolidate
9.
▲
Playing around with NFC using Python
(downioads.github.io)
2 points
by
bed147373429
3y ago
|
1 comments
10.
▲
by
bed147373429
3y ago
Also features a brief introduction into which different NFC tags exist and which ones you should use. Feel free to correct errors in the comments or share cool NFC project ideas you had or implemented!
11.
▲
Ask HN: How to NDEF-format Mifare Classic 1k tags (not manufactured by NXP)?
1 points
by
bed147373429
3y ago
|
0 comments
12.
▲
by
bed147373429
3y ago
Thanks, fixed
13.
▲
by
bed147373429
3y ago
Hi, thanks for this question! On leap years the code for January and February is decreased by 1. Everything else stays the same! I updated the blog and the Go code to take care of this.
14.
▲
by
bed147373429
3y ago
Hi, thanks for the feedback. If you know the code for year x, you can quickly calculate the code for year x-1 or x+1. If you want to be able to quickly do this for any given year you would have to know the code for every year by heart. I ju
15.
▲
How to calculate the weekday of any date in your head
(downioads.github.io)
13 points
by
bed147373429
3y ago
|
8 comments
16.
▲
by
bed147373429
3y ago
All it takes it to remember 12 single-digit numbers and reading through a blog post for 5 minutes! :)