Hacker News new | past | comments | ask | show | jobs | submit | phoobahr's comments login

spoken as someone who doesn't need health care (yet) spoken as someone who doesn't need schools (yet) spoken as someone who doesn't need reliable infrastructure (wtf?)

Better take-home pay only counts if you don't need the things taxes pay for, or (apparently) don't need a supporting community that does need them. That situation, though, is a lot like saying "I'm a CEO with my own jet - I don't need no stinking' roads" but then can't sell anything because all of their product and all of their employees need roads to get to work, to ship, to function.


In addition to this here's one really specific case: ever had a pandas groupby().apply() that took forever often mostly re-aggregating after the apply?

With columnar data DuckDuckGo is somuchfaster at this.

For one of my projects I have what sounds like a dumb workflow: - JSON api fetches get cached in sqlite3 - Parsing the JSON gets done with sqlite3 JSON operators (Fast! Fault tolerant! Handles NULLs nicely! Fast!!). - Collating data later gets queried with duckdb - everything gets munged and aggregated into the shape I want it and is persisted in parquet files - When it's time to consume it duckdb queries my various sources, does my (used to be expensive) groupbys onthefly and spits out pandas data frames - Lastly those data frames are small-ish, tidy and flexible

So yeah, on paper it sounds like these 3 libraries overlap too much to be use at the same time but in practice they can each have their place and interact well.


If you're particularly envious you may want to consider asking how those who can't drive make do in your location. Life's about making choices and seeking different perspectives might help change and/or inform your priors.


Similarly one of my most important projects reads a lot of api calls returning serialized json. Those calls are expensive so I have, over time, tried many complicated cacheing mechanism.

These days though it's _so_much_simpler_and_cleaner_ to just wrap the call in a decorator that caches the request to sqlite3 and only makes the call if the cache is stale.

I don't worry about parsing the results or doing any of the heavy lifting right away - just cache the json.

Sqlite is so good at querying those blobs and is so fast it's just not worth munging them. Nice.

And using something like datasette to prototype queries for some of the more complicated tree structures is a breeze.


Similar situation here; I try not to unplug mine :)

That being said the heat output is so low my mini lives in a drawer and serves to host time machine, a Jupiter notebook server, media server and a couple parallels VMs.

The fact that it just as easily serves up a display on my tv, iPad, Chromebook etc is extremely nice. It's been reliable enough to act like an appliance & fast enough that I never worry what else is running.


Covid-19 is a vascular disease. Turns out several organs (not just lungs) have a lot of vascular area.

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7556303/ https://www.frontiersin.org/articles/10.3389/fcell.2022.8248...

Similar to, say, an ABI but more so, there's no reason to think that cases would present identically. Complex systems-of-systems in homeostasis can be expected to have breakdown behaviour that clusters around some targets with a very very long tail of other less common features.


Nope - this is a real issue inside our domestic borders. The country has two official languages but only one region that legislates one of them as second class.

Additionally - Quebec's insistence on "protecting their distinct and unique culture" tramples all over the rights of other demographics important to the formation of the country. Ex: Montreal sits on unneeded Mohawk land and the insistence on French (very Quebecois French, see numerous stories of relocating citizens of France not passing the competency requirements) but you can't get served in any Iroquoian language and in much of the north many citizens speak dialects of Cree as a first language.

So you have Indigenous people who were trampled, those who signed treaties that were then broken and/or ignored, the Metis who at least got a slightly better deal having negotiated later and spent a lot of blood, and then the Quebecois who were (basically) on the loosing side of a war & abandoned by the mother country in favour of sugar plantations in the Caribbean.

And of course they get the best deal with untenable consequences and have to be entertained every time there's a complaint that can't possibly be backed up. Whether a referendum ever actually passes the province simply can't afford to separate so, uhh, yeah. Sweetheart deals (when compared to everyone else) because, simply put, racism.

So keep some of the context in mind when Canadians complain that the province will outlaw "bonjour-hi" but you can still be served in English at nearly every fast-food joint in Montreal but might very well not get admitted to a hospital because your French isn't proficient enough.


I write a lot of python. A fair chunk of inside Jupiter notebooks. Safari is a capable browser for accessing remotes juypter lab servers and there are a couple developers one-upping each other & producing pretty good options for local development with native libraries.

When I'm home I don't really need the iPad for this (much). There a few use cases where it's clearly better than my MacBook Pro though: the screen is veerry nice outside and I've written more in a hammock than you'd think. Also - airplanes which I am on more often than I'd like to be. an iPad Pro with the magic keyboard is fantastically shallow. It fits on a tray better than anything else.


Blink: <https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&c...>, or Shellfish: <https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&c...>, or aShell: <https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&c...> for a local shell, or iSH: <https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&c...> for an emulated shell. I'm sure there are others.

I don't know about C#, it's not an ecosystem I swim in at all, but there are multiple python options (including Pyto, the venerable Pythonista and jupyter notebook hosts like Juno & Carnets). There are js environments like Scriptable and Play.js. And it's not Xcode but Swift Playgrounds offers, of course, swift including swift.ui and the ability to redistribute those projects (with some limitations) including submitting directly to the App Store.

I get it; I use an iPad a lot for a great many things. It's not perfect - I have a long list of things I would like to see addressed. Low effort complaints like "let me know when I can code on it" are just that though; low effort. So those who complain "how to code on it?" or about how it exactly match the workflow they use on a completely different platform etc just sound.... whiney.

Low effort noise when some basic infrastructure could enable so many other workflows. I like my iPad, I use it every day, I hope to use more with less friction soon-ish. Yup, same thing every June.


I mean, on the other hand, there's plenty of other things I could code on. I have a Nintendo Switch with root access, but that doesn't make it an appealing device to write code with. Hell, SSH could run on Apple Watch with a Bluetooth keyboard. Once again though, there's simply no point. You may as well get a laptop, it sounds like you only intend to use it with a keyboard anyways.


I do primarily use it as a laptop... but ~30% of the time it comes off the case and gets carried for data input. Then it's the best tablet I can spend money on, has a very responsive stylus and weighs about the same as a clipboard and pad.

It's the most flexible computer I own. It could be even more so, which I would appreciate, but that depends largely on apple.

For the work I do I can code *locally* but I *don't have to*. Comparing it to a Switch is completely missing what makes them different. Even an attempted reductio ad absurdum should be a little more rigorous than that.


I use Termius, how would you compare these?


Sorry, I haven't used it so I can't say.


Not to mention: media relations, community management & risk exposure are all really really hard problems. Hard problems that an entity like twitter has to sink huge effort into just to be bad at it.

Musk brings absolutely nothing to the table in any of these arenas and has been publicly terrible at at least two of them.

The internet is full of agendas, opinions and viewpoints. All this move shows is that there's also at least one idiot will to watch 45billion evaporate.

Ok, ok, it's Elon. So he's willing to talk about it and anything substantiative coming out of this will probably arrive just after full autonomous self driving vehicles.


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: