lambalicious

joined 2 years ago
[–] lambalicious 1 points 51 minutes ago (1 children)

Why wait? Debian is out there.

[–] lambalicious 2 points 2 hours ago

I don't want AI slop from big corpo and you think I am gonna want AI slop that's just as wasteful and harmful just because it's "locally produced"? That's Republican-ish crap line of thought.

[–] lambalicious 2 points 19 hours ago

One good quote from Marvel's What If:

I already saw the ~~killer robot~~ precrime bureau movie, and I don't think it needs a sequel.

[–] lambalicious 2 points 21 hours ago

Me parece puros buzzword y bullshit de C-suites, MBAs, ingecos rascas (o simplemente ingecos en general) y AI.

Lo pasé por bullshit.js y partimos con esto:

https://i.imgur.com/77QpEam.png

https://i.imgur.com/HK5yMVW.png

https://i.imgur.com/bH2XzgH.png

[–] lambalicious 4 points 23 hours ago

Signal is OK as a beginner privacy tool. Like with all gateway drugs or gateway animes or gateway videogames, you gotta start somewhere.

But it does is certainly a platform at-risk. Storage is US-centered, connectivity can be cut at any moment, and it's quite centralized to the point of forbidding 3p clients from interacting with the main Signal "network".

I come from the 90s. XMPP / Jabber is so much better.

[–] lambalicious 2 points 3 days ago

Capitalism!

But technically is not the standard itself that is not free, it's the official documents and certifications. For example, my understanding is you have to pay quite hefty coin for the C++ Standard to be "compliant", otherwise you are just working with a "draft" that is not "official" despite being identical in all but at most the name and credits section.

[–] lambalicious 7 points 5 days ago

Not a bad idea. I'll try to crosspost that news a few times later during the weekend to help build the bad behaviour portfolio.

[–] lambalicious 1 points 5 days ago (1 children)

.at_unchecked()

What kind of barbarism is that?

Doing that kind of split would kill genericity (more than it already is). If I'm using [] is because what I want is, more or less, to just access the value; not to maybe randomly and without any kind of source-level control or projected time/space boundaries go to the blockchain to check if the Rust devs are in the mood today to have blessed the given statement with the arguments given.

Frick. At least give me something like [checked(5)] or [unchecked(5)] for a more natural syntax. The more considering it has been possible to add compile-time checked access with something like [integral_constant<size_t,5>{}] since at least C++03! It just needs someone to propose a standardized notation shortcut. Or if there was some way to inquire or static_assert that the checks on the natural syntax are actually elided if I'm doing them myself elsewhere. But at it stands, uglifying the syntax is the worst of all worlds.

[–] lambalicious 6 points 6 days ago

Well, you'll need dopamine and serotonin for all the new product spam mails you can get!

[–] lambalicious 2 points 1 week ago (3 children)

I think it’s pretty much guaranteed that they’re not going to take the sensible route of making it opt-out,

Because that's not the sensible route in the future, whether we like it or not. Hardened STL is being announced in the papers as "we are going to start with these silly one-line fixes that in theory should perturb no one, but as we iterate over this we're gonna start breaking things", which is not what you want to hear from the default.

One good example: placing enforced bounds check into the operator[] of std::array<> of all places. People keep telling me that I should be using std::array instead of normal C arrays, but then punish me for using std::array? That ends up making people revert to the True Old Ways That Work (aka: C arrays).

[–] lambalicious 1 points 1 week ago

We can be shitty together! :p

I mean, you gotta start by seeing the positives.

108
ISO 8601 ftw rule (gregtech.eu)
submitted 1 month ago by lambalicious to c/iso8601
 

publicado de forma cruzada desde: https://gregtech.eu/post/6514020

!iso8601@lemmy.sdf.org gang, rise up

 

(Only half joking with the poll options, too.)

 

Aquí en la mejor instancia de feddit celebramos el largo de Chile. Y en otras instancias, parece que también.

 

RFC 3339, the "alternative" to ISO 8061, was extended to RFC 9957, which also allows adding interpretative tags.

Sounds like unnecessary complexification to me. What is wrong if anything with "2024-04-26"?

 

Today in our newest take on "older technology is better": why NAT rules!

 

Hablando en serio.

Todo el mundo habla de lo mal que está la educación, que los profesores, que los estudiantes y blah blah, y no estoy en desacuerdo que hay cosas ahí que están mal. Me podría mandar un ensayo en cómo no puede ser que una manga de pendejos de 12 vengan a amenazar a un profe en la sala. O que las salas en cuestión no deberían tener más de 20 alumnos.

Pero igual hay temas de método y de material de fondo, como este.

¿Por qué no es más común en Chile enseñar las cosas de una manera más atractiva? O al menos, más inmersiva que "copie el texto aprobado 131 veces". O, no sé, cuando yo estaba en la media la manera que nos enseñaban castellano era penca (ni qué decir del inglés) pero pucha que aprendimos harto el un (1) (uno) semestre que nos hicieron escribir y ejecutar una obra de teatro.

 

Hey everyone I was wondering how do you spice up your cursors, icons, themes, etc., In particular for desktop environments such as XFCE, Mate. Are there any good repositories to use?

I've taken a look at a number of apparently cloned sites like "xfce-look.org", "kde-look.org", "gnome-look.org", but while they seem to show a wide offering of themes, it seems downloading from them is blocked via uBO since it reports a "fp2" fingerprinting script without which apparently downloads are not enabled. Are those sites trustworthy? They seem to be associated to a "OpenDesktop" initiative of which the only reputation I can find is that they were added to EasyList Privacy blocklist.

If there are other alternative hubs or repos from which to theme a distro (as agnostically as posisble) that'd be welcome info.

Cheers. Thanks. Et cetera.

 

publicado de forma cruzada desde: https://lemmy.world/post/9470764

  • ISO 8601 is paywalled
  • RFC allows a space instead of a T (e.g. 2020-12-09 16:09:...) which is nicer to read.
 

I've seen the Wikipedia article on year 9 doesn't mention anything of relevance happening during November. Closest thing seems to be September. Since people around have spent a few years making lots of ruckus about how the date with "9, 11" has some sort of importance as a date, I was wondering if I'm missing something here.

 

Basically title. 2019 edition of the Standard denotes the "T" prefix to time as mandatory (except in "unambiguous contexts"):

01:29:59 is now actually T01:29:59, with the former form now designated as an alternative

But date does not have a "D" prefix, not even in "ambiguous contexts".

1973-09-11 never needs to be something like eg.: D1973-09-11

Anyone know the reasoning behind this change and what is the intended use? The only time-only format with separators that I can think would be undecidable in ambiguous contexts would be hh:mm which I guess could be mistaken for bible verses?

 

En English pero bueno, qué se le va a hacer.

Hoy que se unen las coyunturas de los 50 años del golpe y la dictadura, el cambio climático, y los socavones de los edificios en Valpo, este artículo se ve particularmente relevante.

Si no hubiera sido por el golpe, quién sabe, Long Chile AU o tal vez podríamos haber sido una potencia mundial de la sustentabilidad climática.

view more: next ›