HackerLangs
トップ新着トレンドコメント過去質問紹介求人

nxobject

3,956 カルマ登録 3 年前

投稿

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

youtube.com
2 ポイント·投稿者 nxobject·18 日前·0 コメント

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

youtube.com
2 ポイント·投稿者 nxobject·2 か月前·0 コメント

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

youtube.com
2 ポイント·投稿者 nxobject·2 か月前·0 コメント

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

nytimes.com
180 ポイント·投稿者 nxobject·2 か月前·52 コメント

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

nytimes.com
2 ポイント·投稿者 nxobject·2 か月前·0 コメント

USAF Esports Team Wins the 2026 Armed Forces Esports Championship

armedforcessports.defense.gov
3 ポイント·投稿者 nxobject·2 か月前·0 コメント

Inventor of Heelys Dies at 71

nytimes.com
7 ポイント·投稿者 nxobject·3 か月前·0 コメント

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

youtube.com
2 ポイント·投稿者 nxobject·3 か月前·0 コメント

Papal-American Tax Problems and a Solution

papers.ssrn.com
2 ポイント·投稿者 nxobject·4 か月前·1 コメント

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

portlandtribune.com
278 ポイント·投稿者 nxobject·4 か月前·234 コメント

When DOGE Unleashed ChatGPT on the National Endowment for the Humanities

nytimes.com
46 ポイント·投稿者 nxobject·4 か月前·8 コメント

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

youtube.com
3 ポイント·投稿者 nxobject·4 か月前·0 コメント

"Willy's Chocolate Experience" (2024)

web.archive.org
1 ポイント·投稿者 nxobject·5 か月前·2 コメント

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

arstechnica.com
124 ポイント·投稿者 nxobject·5 か月前·23 コメント

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

deadline.com
1 ポイント·投稿者 nxobject·5 か月前·0 コメント

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

youtube.com
3 ポイント·投稿者 nxobject·5 か月前·0 コメント

Veronika, the Tool-Using Cow

arstechnica.com
6 ポイント·投稿者 nxobject·6 か月前·2 コメント

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

wired.com
1 ポイント·投稿者 nxobject·6 か月前·0 コメント

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

nytimes.com
42 ポイント·投稿者 nxobject·6 か月前·4 コメント

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

murals.wbtla.org
1 ポイント·投稿者 nxobject·7 か月前·1 コメント

コメント

nxobject
·一昨日·議論
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
·10 日前·議論
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
·10 日前·議論
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
·15 日前·議論
Yes, OP started the sentence with that. But, you do make me wonder if floating-point imprecision would eventually lead to material issues...
nxobject
·15 日前·議論
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
·15 日前·議論
> 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
·15 日前·議論
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
·17 日前·議論
> 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
·17 日前·議論
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
·17 日前·議論
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
·21 日前·議論
Gloriously boring WordPress, too.
nxobject
·22 日前·議論
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
·22 日前·議論
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
·23 日前·議論
> 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
·23 日前·議論
FWIW, Tesco just divested from all of the Lotuses… now it’s the awkwardly named Lotus’s.
nxobject
·23 日前·議論
> 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
·23 日前·議論
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
·24 日前·議論
At this point the Accessbility preference panes are just crammed full with tweaks and tools – good if you need them, bad for discovery!
nxobject
·25 日前·議論
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
·25 日前·議論
> 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.