Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MrResearcher
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
MrResearcher
12d ago
What IDE/extensions do you use for open-source LLMs? I tried VSCode with ollama and lm studio, and the experience is very subpar to the built-in copilot. It's not very usable.
2.
▲
by
MrResearcher
6mo ago
What is the roadmap to ML on FreeBSD? From what I could find, apparently neither CUDA nor ROCm is supported? And there are no short-term plans to address the lack of hardware support for ML?
3.
▲
by
MrResearcher
6mo ago
Running a ~20Kloc 0.16 Zig in prod, compiled and deployed as DebugSafe. No issues, superstable. This was rewrite of Node.js/Typescript computation module, and we chose Zig over Rust due to better support for f128. Zig/DebugSafe is
4.
▲
by
MrResearcher
7mo ago
That will lead to the same set of problems currently manifested in bit torrent'ing: 1. You'll have to expose a port externally. God only knows who will attempt to take over it. 2. You'll have spammers advertising addresses of
5.
▲
by
MrResearcher
10mo ago
Don't forget to post the link here!
6.
▲
by
MrResearcher
10mo ago
No sir, but you have the honor of being the first!
7.
▲
Supreme Court Considers Legality of Trump's Tariffs
(c-span.org)
5 points
by
MrResearcher
11mo ago
|
1 comments
8.
▲
by
MrResearcher
1y ago
Could you please describe your remote access software stack in more details? What software/versions did you find more useful? Can you connect e.g. from Windows to Linux and vice versa? Or from Android to Linux? I believe, KDEConnect wa
9.
▲
by
MrResearcher
1y ago
I've been using KDE-Plasma on Wayland (Debian 13) since release as a daily driver, and I'm happy to report that it is super stable, has no problems with waking up from suspend and hibernate, and is a superb all-around shredder. I
10.
▲
by
MrResearcher
1y ago
Can we get an atom or RSS feed for that blog, so it would be possible to check for future posts?
11.
▲
by
MrResearcher
1y ago
I generally recommend to exit either via :xa (save all & exit) or :qa! (discard all and exit), bound to ZZ or ZA respectively. If you exit via :q or :wq, it just closes the current buffer, and moves to the next one. E.g. if you have a n
12.
▲
by
MrResearcher
1y ago
It's not really a lie, it's so-called "make-belief", which entrepreneurs exude in order to justify their own time and money investment, as well as spreading it to the army of employees. This sort of delusion is necessary
13.
▲
by
MrResearcher
1y ago
The powertrain warranty is usually 5 years or 60K miles. Bumper-to-bumper warranty is around 3 years, I think. I would be OK with the loan for as long as powertrain is covered, at the very least. The modern day turbo engines have exceptiona
14.
▲
Cars are so expensive that buyers need seven-year loans
(bloomberg.com)
34 points
by
MrResearcher
1y ago
|
52 comments
15.
▲
by
MrResearcher
1y ago
Because DOS relied on BIOS interrupt 10h to handle I/O: mov si, GREETINGS_STRING print_loop: lodsb ; Load next byte into AL, advance SI cmp al, 0 ; Check for null terminator je done
16.
▲
by
MrResearcher
1y ago
If the flush (syscall) fails, it's not possible to recover in user space, therefore the only sensible option is to abort() immediately. It's not even safe to perror("Mayday, mayday, flush() failed"), you must simply abor
17.
▲
by
MrResearcher
1y ago
Why is he wrong? Here's an excerpt from the close(2) syscall description: RETURN VALUE close() returns zero on success. On error, -1 is returned, and errno is set to indicate the error. ERRORS EBADF fd isn't a vali
18.
▲
by
MrResearcher
1y ago
It's still not clear to me how you can make two comptime closures with different contents and pass those as a functor into the same function. It needs to have a sort of VTable to invoke the function, and yet since the contents are diff
19.
▲
by
MrResearcher
1y ago
I'm afraid to host my web sites myself simply because I don't trust my ISP. It's rather reliable, but it does go down ~once a quarter, and relying on them would be highly inconvenient. Therefore, I have to choose between Hetz
20.
▲
by
MrResearcher
1y ago
And I'm telling you that your position is suboptimal and in the long term will lead you nowhere. You won't be able to switch any noticeable number of consumers away from Amazon by telling them that they lie, nor would anyone liste
21.
▲
by
MrResearcher
1y ago
There are well-known ways to extract Amazon books as PDFs, iTunes videos as DRM-free video files (with subtitles and audio tracks!), download youtube videos and movies, etc. Plenty of instructions on certain popular web sites that shall not
22.
▲
by
MrResearcher
1y ago
What is the purpose of DisposableStack.move()? Can it be used to transfer the collected .defer() callbacks entirely out of the current scope, e.g. up the call stack? Probably would be easier to pass DisposableStack as an argument to stack a
23.
▲
by
MrResearcher
1y ago
That still requires the usage of dev tools and linear source code mapping between the original and the generated WASM, correct? Would it be possible to avoid dev tools, and implement the debugger in Javascript? Or the WASM technology doesn&
24.
▲
by
MrResearcher
1y ago
Sadly, no, I'd like to write a ~Prolog interpreter (compiler into WASM that would dynamically replace parts of the implementation as source code evolves), and have the debugger and WASM memory inspector as part of the web page written
25.
▲
by
MrResearcher
1y ago
Is it possible to "instrument" the WASM code to enable in-process debugging? In other words, would it be possible to generate WASM based off some input string (my custom language) on-the-fly, and then run it with breakpoints and m
26.
▲
by
MrResearcher
1y ago
<a aria-hidden="true"> ... </a> will result in a link ignored by screen readers.
27.
▲
by
MrResearcher
2y ago
The biggest tragedy with Apple iPhones is that you can't install GrapheneOS on them. Non-profit 100% open source is the only feasible way forward for cellular devices.
28.
▲
by
MrResearcher
2y ago
> we probably won't ever reach the "whole stack is open top to bottom" future that people like RMS dreamt about We will because that is the only sustainable mode of operation in the long term. Every proprietary stack goes
29.
▲
by
MrResearcher
2y ago
Damn, you really got me scared there for a second. Just re-checked by Debian 12 systems on AWS, I don't have any files residing in *.d directories. So I confirm that if you used the official AWS Debian image, you wouldn't get it.
30.
▲
Complete set of steps for Debian installation with an Nvidia card, October 2024
(forums.debian.net)
1 points
by
MrResearcher
2y ago
|
0 comments
More ›