Forgot your password?
typodupeerror

Comment Re: Bullshit. (Score 1) 118

Can't do it. I'm refactoring on a large code base. I eventually had to tell it to work on just one task and ignore other concerns it had to prevent it from investigating until it got stuck in a cycle of investigation.

Understood, and yeah single tasking seems like a good workaround given the situation. Or switching to an LLM with a larger context window, if possible/practical. I was able to get about 7X more context window "runway" using the AST approach, but it's a relatively small code base to begin with.

Comment Re: Bullshit. (Score 1) 118

Sounds like you're running up against the context window of whatever LLM you're using. Try converting your code to a minified abstract syntax tree first and pass that to your LLM, and ask it what full text it needs in addition to that. It should stay within the context window much better that way.

Comment Re:and repackaging that as a traffic analytics pro (Score 2) 84

Fine to repackage their offer as traffic analytics as long as it is actually just that, meaning entirely giving up on licence plate OCR (the enabler of surveillance and law enforcement side of their product package).

Depends on the terms of their contract. If you believe the summary, then doing anything with the county's data other than serve it to them for the intended purpose is against the terms of their contract, which would make it actionable.

Comment Re:The long-term impact of this on the US (Score 1) 195

The US has enjoyed amazing economic success since WW II because it recognized that there's no better investment not just in terms of monetary ROI, but societal ROI.

And the ROI is really, really impressive. Each dollar in the NIH budget gets returned as about 5 (depending on the study) in increased GDP. To my knowledge, there is no other billion-dollar scale investment that has consistent, long-term returns like that.

Congress knows this fact. They commissioned many of the studies showing it. It is difficult to believe the Executive Branch is not aware of it. If we really wanted to be America First, rather than reducing the NIH budget, we'd be promoting another run of annual increases with the intent of doubling that allocation in real dollars over the coming decade. Contact your congressional representatives today to advocate for the idea.

Comment Re:Needs an official Linux boot camp (Score 1) 70

I wrote a compiler for an ObjC-like language (with less brackets), which can produce binaries for any of {Mac, Windows, Linux, WASM, Arm A9 (Zynq), m68k or 6502} running on any of {Mac, Windows, Linux}. So you can produce a dev-signed Mac binary on a Linux box. I’m just going through extending that output range to mobile {Android, iOS} and I’ll release it as open source.

The compiler docs for the language (xc) are at https://compile-xc.org/ - feel free to browse.

I didn’t think getting the signing working for Mac/iOS was terribly hard.

Comment Re:user consent (Score 1) 86

[T]he worst part about ads is that the targeting algorithm is still absolute horse shit.

No, the worst part about ads is that they exist at all in a form that intentionally disrupts your attention.

That fundamental issue is then exacerbated by the current societal tolerance for lies, and you get intrusive advertisements that are deeply misleading.

So, why are you tolerating current advertising at all when there are tools that effectively eliminate it?

Comment Re:Reading Lyrics? (Score 1) 86

The assumption is that using your phone / infotainment system to search for, possibly purchase, and play a new release is an attention-demanding task that takes substantial time. The consensus above is that Spotify's UI, in particular, is poor, and thus requires extra interaction, and thus attention off the road, exacerbating the problem. We know that attending to a phone, even briefly, is mutually exclusive to attending to the road. That alone is an explanatory mechanism for the increase in fatalities.

But then we augment that supposition by the additional effects that new music is also a distraction, albeit much lower grade than operating a phone. It might be a lesser effect, but listening to a song or three is also expected to span longer time than interacting with a phone, so might have substantial cumulative impact.

An additional effect that I have not seen mentioned above is the expectation that the demographic listening to top releases is likely to skew younger, and thus contains drivers with less experience than the population. Less experienced drivers are at far greater risk of accidents of any sort, and are more sensitive to distraction.

And, as a parent of teenagers, the solution is clear to me: do not frelling use your phone when driving, period.

Comment Sounds like ISAC (Score 2) 39

This is something folks are working on for 6g -- integrated sensing and communication.
https://www.qualcomm.com/resea...
Basically, hey, you've got all these devices pumping out signals everywhere at all kinds of wavelengths; if you receive and process them you can pretty much build a 3-D scene.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...