Deebster

joined 2 years ago
[–] Deebster@programming.dev 1 points 11 months ago

It shows the top line, so you just read top to bottom (and can scroll if you want).

[–] Deebster@programming.dev 1 points 11 months ago

You can set it to show what you want; if I'm doing TDD I'll set it to show the test output, and then it'll show the warnings beneath it.

You can switch between the views with a key (T for tests (or N for nextest), C for clippy, etc

But yes, it's pretty similar to using watch.

[–] Deebster@programming.dev 1 points 11 months ago

My hope is that something like Servo gets good enough to be included, especially if it's tree-shakable so you can only include a subset of the codebase. I don't know if that's a goal for either projects, but it would be cool - the default webviews can be quite lacking so currently you need to use a restricted set of HTML/CSS/JS to guarantee compatibility.

[–] Deebster@programming.dev 4 points 1 year ago

Ah yeah, missed that 🤦‍♂️

[–] Deebster@programming.dev 2 points 1 year ago* (last edited 1 year ago) (2 children)

Because this is the internet, I can't tell if the whoosh goes to your downvoters or you. I think you were joking, but that second sentence makes me wonder...

[–] Deebster@programming.dev 7 points 1 year ago

I pay for Nebula - $30 a year which is about £22.50. That won't even cover two months of YouTube Premium (£12 pm), and there's not even the discounted yearly option in the UK.

And "if you're not paying you're the product" is wrong - YouTube/Google would still be datamining my viewing habits to sell to advertisers.

[–] Deebster@programming.dev 15 points 1 year ago

Perhapsburg they are

[–] Deebster@programming.dev 13 points 1 year ago

Only if enough people do it. Then again, loads scrapers outside of AI already pretend to be normal browsers.

[–] Deebster@programming.dev 23 points 1 year ago* (last edited 1 year ago) (1 children)

The phrasing of "First actual case of bug being found" definitely sounds like it's a reference to an existing term. Nowadays maybe people would say "a literal bug lol".

Edit: to be fair, OP doesn't say that Hopper invented the term

[–] Deebster@programming.dev 12 points 1 year ago (5 children)

I had a "T-Mobile MDA Vario II" (HTC TyTN 300) which was similar, and also had a collapsible stylus which lived in a little hole on the bottom. It was Windows Mobile, but it was great having the keyboard fully accessible (without that extra bottom bit the G1 had).

It looked like this, just less German:
"T-Mobile MDA Vario II" (HTC TyTN 300)

[–] Deebster@programming.dev 11 points 1 year ago (1 children)

That's the first Android phone, the HTC Dream (or TMobile G1). I loved this phone, even if it was chronically underpowered.

[–] Deebster@programming.dev 10 points 1 year ago (1 children)

The term you want is "cross compile". I've developed simple programs for the Pi on Windows and it's simple enough to produce a static binary (using Rust, anyway). When extra dependencies come in it's better to develop on the same OS, but targeting different architectures is the easy bit.

view more: ‹ prev next ›