HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nxobject

3,956 karmajoined il y a 3 ans

Submissions

The Flying Pigeon: The Single Most Produced Vehicle in History [video]

youtube.com
2 points·by nxobject·il y a 18 jours·0 comments

Gas prices drive Georgia man to create a "mini car" costing $3 to fill up [video]

youtube.com
2 points·by nxobject·il y a 2 mois·0 comments

Sony's Metamorphosis: HDTV Demo Laserdisc (1990) [video]

youtube.com
2 points·by nxobject·il y a 2 mois·0 comments

Guy Goma's Accidental BBC Interview Lives on After 20 Years

nytimes.com
180 points·by nxobject·il y a 2 mois·52 comments

One of Apple's First Employees Looks Back at 50 Years

nytimes.com
2 points·by nxobject·il y a 2 mois·0 comments

USAF Esports Team Wins the 2026 Armed Forces Esports Championship

armedforcessports.defense.gov
3 points·by nxobject·il y a 2 mois·0 comments

Inventor of Heelys Dies at 71

nytimes.com
7 points·by nxobject·il y a 3 mois·0 comments

How the Toyota Prius comes to die in Mongolia [video]

youtube.com
2 points·by nxobject·il y a 3 mois·0 comments

Papal-American Tax Problems and a Solution

papers.ssrn.com
2 points·by nxobject·il y a 4 mois·1 comments

Oregon school cell phone ban: 'Engaged students, joyful teachers'

portlandtribune.com
278 points·by nxobject·il y a 4 mois·234 comments

When DOGE Unleashed ChatGPT on the National Endowment for the Humanities

nytimes.com
46 points·by nxobject·il y a 4 mois·8 comments

Inside SKALA: How Chornobyl's reactor was actually controlled [video]

youtube.com
3 points·by nxobject·il y a 4 mois·0 comments

"Willy's Chocolate Experience" (2024)

web.archive.org
1 points·by nxobject·il y a 5 mois·2 comments

The quixotic team trying to build a world in a 20-year-old game

arstechnica.com
124 points·by nxobject·il y a 5 mois·23 comments

The Menu, production draft script (2022) [pdf]

deadline.com
1 points·by nxobject·il y a 5 mois·0 comments

How to Set Up a Pirate Radio Station Without Getting Caught [video] (2022)

youtube.com
3 points·by nxobject·il y a 5 mois·0 comments

Veronika, the Tool-Using Cow

arstechnica.com
6 points·by nxobject·il y a 6 mois·2 comments

"Ungentrified" Craigslist may be the last real place on the Internet

wired.com
1 points·by nxobject·il y a 6 mois·0 comments

NASA's Largest Library Is Closing Amid Staff and Lab Cuts

nytimes.com
42 points·by nxobject·il y a 6 mois·4 comments

A Guide to the Layout of a Talmud Page [pdf]

murals.wbtla.org
1 points·by nxobject·il y a 7 mois·1 comments

comments

nxobject
·avant-hier·discuss
The "curb cut effect", right? I'm sure there's a human-friendly interface to MCPs myself. I think we're reinventing application scripting that way.
nxobject
·il y a 10 jours·discuss
i.e., welcome to Constitutional law, where divining the effect of a amendment written in 19th century prose lives and dies on jurisprudential philosophy, rather than decided case law. (Is that what you mean by the “(and common law?)” parenthetical?)
nxobject
·il y a 11 jours·discuss
Fascinating to think about the logistics with avoiding ROM – model compatiblity must've been a PITA! I'm even thinking about how to identify models – I know there's a pre-Gestalt Toolbox routine that doesn't need any Toolboxes, I guess?
nxobject
·il y a 15 jours·discuss
Yes, OP started the sentence with that. But, you do make me wonder if floating-point imprecision would eventually lead to material issues...
nxobject
·il y a 15 jours·discuss
I would give my left leg to learn how the permissions system worked – do end users (and PHBs) get to edit the rules directly? I fully expect some HR ass to go:

  can_view(Person) :- didPITAOnlineTraining(Person), ...
nxobject
·il y a 15 jours·discuss
> Also...these things tend to have fuckin terrible documentation. Good luck figuring any of this out. And you can't google it and your AI is just as lost as you

I convinced my boss to hire an intern for the summer to do this. They said: "wouldn't internship projects that involved actual coding be more attractive?"

I replied: "Well, they'll be having to do a lot of experimenting to figure things out..."
nxobject
·il y a 15 jours·discuss
I can't wait for the development postmortem ;)

Any hunches on why the iBook might not be working? I've been having hell with PRAM watch batteries recently.
nxobject
·il y a 17 jours·discuss
> I do not like the R language at all myself, but to be fair there are reasons it is widely used in higher ed.

In the same boat... from a PL perspective, yikes (especially the macro mechanism that somehow never seemed to be planned, but somehow exists). As a working statistician? It really does get work done quickly.

To pass inputs with complex unevaluated syntax, I've seen...

– ad-hoc string parsing (lavaan etc.)

– formulas (which somehow the tidyverse doesn't use),

– base R syntax manipulation by round-tripping between as.list and as.call;

– and whatever wheel reinvention with bizarre semantics that the tidyverse uses.
nxobject
·il y a 17 jours·discuss
Even though I've dealt with this, I'm genuinely appreciative of requirements: out of many stipulations, packages that monkeypatch are prohibited (I have a few ones that add diagnostics to advance analyses), online API access needs robust error handling... and there is a conformance/diagnostic suite.

https://cran.r-project.org/web/packages/policies.html
nxobject
·il y a 17 jours·discuss
The other half is: "What combination of packages and task views do I actually need to not reinvent the wheel for this particular type of analysis?"
nxobject
·il y a 21 jours·discuss
Gloriously boring WordPress, too.
nxobject
·il y a 22 jours·discuss
I get it – in my (limited) opinion, there's a lot that's quirkily (but avoidably) named about ggplot and the surrounding R ecosystem in general.
nxobject
·il y a 22 jours·discuss
I suspect for consistency with ggplot - the same reason why ‘aes’ is shorthand and everyone forgets that it stands for “aesthetic”.

https://ggplot2.tidyverse.org/reference/labs.html
nxobject
·il y a 23 jours·discuss
> That's the real problem! That healthcare costs are a goldmine for Big Pharma instead of being a cheap and widely available service.

I thought we were railing against Big Hospital/Big Insurance here? They'd love a cheap diagnostic.
nxobject
·il y a 23 jours·discuss
FWIW, Tesco just divested from all of the Lotuses… now it’s the awkwardly named Lotus’s.
nxobject
·il y a 23 jours·discuss
> Curing cancer is one of the only things I’d take a pay cut to do.

Send an email to this head-and-neck oncologist's lab. I saw a talk he gave at a Chicago-area national lab on open-source models for identifying malignancies in scanned pathology slides, and was smitten.

https://voices.uchicago.edu/pearsonlab/
nxobject
·il y a 23 jours·discuss
Which is why I pause when they say they're not looking for investor money – in medicine you'd at least have to phrase things in terms of "what already exists, and what's our contribution"? From that lens, I'm not sure what they're trying to contribute: instead of increasing the predictive value of full-body imaging, they're just making it cheaper?
nxobject
·il y a 24 jours·discuss
At this point the Accessbility preference panes are just crammed full with tweaks and tools – good if you need them, bad for discovery!
nxobject
·il y a 25 jours·discuss
Does that make you the first in a long tradition of GPU developers going to blockbuster app devs to say "hey, you should be doing this instead?"

PS – I am looking through the NuBus cards that I have... did you work for SuperMac or RasterOps?
nxobject
·il y a 25 jours·discuss
> And Anthropic seems to be leaving OpenAI behind so there might be only 1 in the near future.

Well, in domains like SWE where Anthropic's putting in the effort. I don't they'll make the claims that OpenAI makes about how their models are pushing the life sciences forward, for example.