HackerTrans
TopNewTrendsCommentsPastAskShowJobs

stargrazer

no profile record

comments

stargrazer
·2 เดือนที่ผ่านมา·discuss
Docker runs better on Linux. And Linux doesn't reboot unless told to do so. And you can SSH into it rather than run some sort of long winded GUI. Oh, and it doesn't phone home all the time with 'telemetry'.
stargrazer
·3 เดือนที่ผ่านมา·discuss
Kinda cuts into their revenue streams if they can't release anything better/faster/stronger.

Also for all the hype for AGI, or whatever the current tag is, it is getting stopped dead in it's track if they can't go beyond private release to the public.

And if they do release these to the public, are the releases going to be so brain dead due to brain-blocks, is it going to be worth it?

What is the whole point, then, of making these models bigger/better?
stargrazer
·4 เดือนที่ผ่านมา·discuss
I wish these articles would provide some idea as to the development environments. Are these captive large C++ environments, or general 'everyone does this' web development with React, or something in between?
stargrazer
·4 เดือนที่ผ่านมา·discuss
You could try running notepad++ in wine, the windows emulator

But I suppose that doesn't really answer your question. Linux is/was a compendium of a bunch of little tools you string together. Many/Most/All of the items in Notepad++ can be found as smaller independent tools.

The real addicts will use console tools like VIM or EMACS to do their editing (not really GUI, but powerful).

As an alternate alternate, try using Visual Studio Code (VSC). Not quite as light weight as Notepad++, but very functional.

On Linux, I'll use KWrite to do my basic editing. I'll revert to VSC when heavy editing is required.
stargrazer
·6 เดือนที่ผ่านมา·discuss
I'm not a Rust programmer, yet, but this is enticing. This appears to be building a language to be compiled with LLVM as a standalone executable.

However, in C++ there is a mechanism via libraries such as Boost::Spirit where a parser can be built inline and compiled inline (no separate compilation step) and used within the C++ application on input streams.

Is this a capability available within the Rust ecosystem?
stargrazer
·7 เดือนที่ผ่านมา·discuss
Will these intro AI systems then mature to be senior devs who can then mentor more junior AIs? Then we won't need any devs? Isn't that the end goal, AI runs the company and we can all go fishing?
stargrazer
·7 เดือนที่ผ่านมา·discuss
To go along with this, the ACM has a recent article on Automatically Translating C to Rust. It gets into the challenges of 'understanding code and structure' so that the end result reflects the intent of the code, not the actual execution paths.

https://cacm.acm.org/research/automatically-translating-c-to...
stargrazer
·8 เดือนที่ผ่านมา·discuss
Is there an easier way to get around all the complicated cookie selection? I don't care if they have 183 trackers. Do I need all those? Are the important to me? I suppose they are important to them. Isn't there just a 'no to all' or at least a 'just the bare minimum for state management'?
stargrazer
·8 เดือนที่ผ่านมา·discuss
They never showed how they stopped the truck. It could have been anyone.
stargrazer
·8 เดือนที่ผ่านมา·discuss
The title has nothing to do with the link. Correct link?

Probably meant this: https://www.bloomberg.com/news/articles/2025-10-29/wall-stre...

'The trade, dubbed a “box spread,” carried a kind of mystique. By combining two opposing options positions — one bullish, one bearish — Yang built a strategy that mimics a fixed-rate loan: upfront cash now, repayment at a set date, and a locked-in cost in between.'
stargrazer
·9 เดือนที่ผ่านมา·discuss
Deny All, Accept All, but I never (except in a handful of cases) see the Accept Required. Let us admit that there are cookies required for maintaining state within a web site and account.

I default to Deny All, but click on Accept Required when I see it (trusting that it does do what it says it does)
stargrazer
·9 เดือนที่ผ่านมา·discuss
reolink, also look at the frigate nvr software, they have a list for decent recommendations
stargrazer
·9 เดือนที่ผ่านมา·discuss
How do you "detect specific signals in their DNS configurations"? The naive answer is you have access to dns hosters. Or from cookies? or ... ?
stargrazer
·9 เดือนที่ผ่านมา·discuss
but then, why code with exceptions, why not perform pre-flight/pre-validation checks and minimize exceptions to the truly unknown?
stargrazer
·9 เดือนที่ผ่านมา·discuss
I guess training LLMs on works of fiction/sci-fi would not be of net benefit. No distinction between reality and perceived reality. Considering LLMs have a hallucination problem as it is.
stargrazer
·9 เดือนที่ผ่านมา·discuss
I appreciate your work, Bolderman. Sorry to see it go. May the future be fruitful.
stargrazer
·10 เดือนที่ผ่านมา·discuss
go into your browser history and follow the time frame and trail. in firefox, the browser history is very detailed.
stargrazer
·10 เดือนที่ผ่านมา·discuss
How would cmake enter the picture? if you have nested CMakeLists.txt files, cmake appears to build within nested directories for 'add_subdirectory' invocations. Does that help with the cache directory conflict?
stargrazer
·11 เดือนที่ผ่านมา·discuss
Probably not, based upon the extent to which enterprises have been integrated with Windows. Enterprises use a lot of functionality which is not really visible to the casual user. All that functionality would need to be retrofitted into Linux and we get right back into the whole bloat cycle again.
stargrazer
·7 ปีที่แล้ว·discuss
wait for WebAssembly to be ubiquitous in the browser. Another turing complete language, but faster and smaller.