HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mwexler

3,531 karmajoined 18년 전
Python and data for fun

Submissions

The US Used to Demand the Best Tech. Now We Ban It

pcmag.com
150 points·by mwexler·13일 전·102 comments

OpenAI launches ChatGPT for personal finance, will let you connect bank accounts

techcrunch.com
2 points·by mwexler·2개월 전·2 comments

Pa Supreme Ct allows non-warranted access to your Google searches

reason.com
14 points·by mwexler·7개월 전·4 comments

Kensington TB800 Trackball now shipping

kensington.com
4 points·by mwexler·7개월 전·1 comments

comments

mwexler
·3시간 전·discuss
I wish this had a stepper so I could see how things change at each point in the cycle. But even without, quite cool to play with.
mwexler
·5일 전·discuss
Did some digging: yeah, looks like they are keeping some things for themselves.

https://github.com/orgs/OvertureMaps/discussions/298

That being said, it's hard to fault them for trying to monetize some dimensions that are not well supplied by the public, and that companies work to acquire. Still, I agree, it's disappointing.
mwexler
·6일 전·discuss
While default osm data is great, I've been very impressed with the partnership/collective of Overture Maps data. It's osm + esri/tomtom + corporate processing/funding.

https://overturemaps.org/

While not updated as frequently, their releases have a pretty high quality and coverage.
mwexler
·9일 전·discuss
Every time I read a piece from Nieman, it reminds me both of how much we've lost in journalism, but also that there's always hope to swing the pendulum back towards truth (well, more truthiness).
mwexler
·지난달·discuss
Got a vote just for the wonderful title, which captured my feelings exactly and was SFW.
mwexler
·지난달·discuss
I just want the clocks. Mondaine tries, but they aren't the same. That 58.5 second rotation then pause is quite clever.

https://en.wikipedia.org/wiki/Swiss_railway_clock
mwexler
·2개월 전·discuss
Very handy. My math education would have gone much better if my notes weren't full of "lambda is the half stickman; sigma is upside down Q or broken E" and other really silly things
mwexler
·2개월 전·discuss
Can you explain the last one? What types of communications are you suggesting an arch would avoid?

Otherwise, a very wise list!
mwexler
·2개월 전·discuss
Looking forward to seeing this one in action
mwexler
·3개월 전·discuss
I thought this was a repost but I was thinking of dolt which has similar capabilities but a different approach. As in https://news.ycombinator.com/item?id=38109880
mwexler
·3개월 전·discuss
Interesting that it's not a direct "you should" but an omniscient 3rd person perspective "Claude should".

Also full of "can" and "should" phrases: feels both passive and subjunctive as wishes, vs strict commands (I guess these are better termed “modals”, but not an expert)
mwexler
·3개월 전·discuss
I actually found the examples to be both on theme and reflective of "If history doesn't repeat, it certainly echoes".
mwexler
·3개월 전·discuss
With some of the newest 3.x changes like copy-on-write, I find pandas getting quite verbose now as well.

In a world where AI is writing the code, I guess I shouldn't complain, but when I am discovering something the ai of choice yet again missed, both pandas and polars still feel verbose and lacking sugar.
mwexler
·3개월 전·discuss
Wasn't aware of this level of testing. $1300 for a Beagle is a big step up.
mwexler
·3개월 전·discuss
Much like X, it's what you choose to use it for. Papers are posted, approaches are debated, and loose groups form to align. It's easy to scroll past the pandering, but there is useful stuff in the dross.

But agreed, it is getting harder and harder to dig to the gems.
mwexler
·3개월 전·discuss
Finally. I will now be able to run ~340 undecillion devices on my home network. I'll have the smartest "smart home" on the block.
mwexler
·4개월 전·discuss
I find this court response confusing, but an alt pov: Amazon wants to block _other people_ from using my ID (say, to watch prime video or access prime shipping or discounts). They can extend that logic to suggest that an "agent", with agency, is the same issue: it's just "another person".

And we've seen the continual push against "Bots" who act without agency, but are seen to abuse systems as they act as "more than a person".

But I think we'll see the usual outcome: the barrier has to be upheld, so the folks behind the barrier can exert a toll on access.
mwexler
·5개월 전·discuss
I was surprised to see this:

> If joins are necessary, we learned to consider breaking down the query and move complex join logic to the application layer instead.

We often try to leverage the power of the DB to optimize joins on our behalf to avoid having to create them. At a certain point, I guess you wind up having to pull this back to your layer to optimize "the one job" of the database.

I jest, but only slightly. We don't just want to persist data, but link it for different purposes, the "relational" part of RDBMS. Good to know there's still room to grow here, for PostgreSQL and the DB industry.
mwexler
·6개월 전·discuss
These are great books. I had them in paper, and they were great for understanding both how the 6502 worked, and metaphors for managing higher level constructs in ML.
mwexler
·6개월 전·discuss
This reminds me of EFF's Cover Your Tracks, the rebrand of Panopticlick: https://coveryourtracks.eff.org/

This helps you see how your browser tries to block or deflect fingerprint and trackers. I miss their "You are one of x,000 users" from the old site but it still gives a nice summary of bits of info your browser leaks and how fingerprinting basically works.