@ebassi@mastodon.social
@ebassi@mastodon.social avatar

ebassi

@ebassi@mastodon.social

Geek, husband, lover, software developer, Londoner. Not necessarily in that order.

he/him

Proud #GTK and #GNOME dev; member of the GNOME Foundation.

You may remember me for my work at OpenedHand, Intel, Endless, and the GNOME Foundation. Otherwise, you heard about me being a scary person on the Internet.

Opinions are always my own, but if you don't like them that's too bad.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

ebassi, to random
@ebassi@mastodon.social avatar

After nearly a year of light maintenance, I’ve finally managed to spend some time cleaning up json-glib: mopped up the build system, added the copyright and licensing metadata, and did some spring cleaning of the internals…

ebassi,
@ebassi@mastodon.social avatar

It's pretty funny to consider that json-glib is my oldest maintained project, considering that I started it back in 2007 as a way to write UI definition files for Clutter; then ended up using it to write a Twitter client; and then it took a life of its own in the GNOME platform (and elsewhere). Not bad for ~15k lines of C…

ebassi,
@ebassi@mastodon.social avatar

According to gitdm, I'm directly responsible of about 80% of its ~1100 commits

ebassi,
@ebassi@mastodon.social avatar

@phako Luckily, I don't drive…

ebassi,
@ebassi@mastodon.social avatar

@phako but, yeah: AFAIK it ended up on in-vehicle/flight entertainment systems; it was used server-side and client-side for some app that got acquired by Apple; and some other stuff.

Considering that it wasn't a strictly compliant JSON parser until last week, I'm very afraid.

ebassi,
@ebassi@mastodon.social avatar

@phako oh no

jimmac, to sketch
@jimmac@mastodon.social avatar

Mildly bitter sketch Friday. The more stylized the graphic, the less likely a highly opinionated project like any of the "foss creative suite" is open to change. /me slightly disappointed about all the bland identities.

Inkscape app icon sketch.
Mypaint app icon sketch. Not the streamlined fast little app I once admired.
Wilber/GIMP app icon sketch.

ebassi,
@ebassi@mastodon.social avatar

@federicomena @jimmac Linux users: GNOME 3's overview has too many ellipsized app names! Completely unusable, compared to earlier versions of GNOME!
GNOME 1's panel: k...] L... g... G... *... V... t...] V.. *...]

ebassi,
@ebassi@mastodon.social avatar

@federicomena @jimmac also: labels not getting clipped and overflowing their bounds…

randint, to GNOME
@randint@infosec.town avatar

I hate how break every single time Gnome updates (when the version number jumps up by one). Whyyyyyyyy

ebassi,
@ebassi@mastodon.social avatar

@randint extensions are matched on the version, to avoid unintentional breakage on upgrade: https://gjs.guide/extensions/overview/updates-and-breakage.html

ebassi, to random
@ebassi@mastodon.social avatar

Why on earth would you design a local IPC/RPC mechanism and use JSON, of all the stupid serialisation formats, as the payload.

JSON is terrible at anything at scale; it's wildly inefficient for constant time access, and the only reason it works at all on the Web is that you can count on an optimised JavaScript engine to paper over the format inefficiencies.

Seriously, folks: go look at how bad the Language Server Protocol is with large data sets.

ebassi, (edited )
@ebassi@mastodon.social avatar

I wrote an established JSON parser and generator, and I would never use it for anything even remotely performance sensitive.

ebassi,
@ebassi@mastodon.social avatar

80% of our local IPC interfaces are full of arrays of string dictionaries, ffs; that's the literal worst case.

ebassi,
@ebassi@mastodon.social avatar

I read these threads going around socials and mailing lists, and I feel like I'm Mugatu from Zoolander: doesn't anyone notice this?

ebassi,
@ebassi@mastodon.social avatar

@JCWasmx86 Sure, when you're on the web anything else is dominated by the network latency and bandwidth; which makes it even worse, because those are not issues on a local IPC. If you're on a 3G connection, traversing an array of objects you don't care about to get to the interesting bits isn't an issue; if you're on an abstract socket, you'll start to notice real quick.

ebassi,
@ebassi@mastodon.social avatar

@dvogel I have been only tangentially involved in discussions about LSP; I know that its implementation inside GNOME Builder has been a point of contention because of performance issues with the format; the allocation-heavy approach necessary while parsing adds a ton of overhead, and requires parsing the whole thing instead of jumping to various sections

ebassi,
@ebassi@mastodon.social avatar

@craftyguy for payload, I'd probably use something that has offsets and lengths upfront, so you can easily get to the data without allocations—or even get the whole payload in a single allocation. Something that supports binary data without encoding it in base64 and validating it as UTF-8, as well.

brooke, to random
@brooke@bikeshed.vibber.net avatar

there really should be a thing like screen or tmux that, instead of having shit-ass horrible keyboard shortcuts, integrates with your GUI terminal to handle backscroll and tab switching in a non-shit way

ebassi,
@ebassi@mastodon.social avatar

@brooke the first thing I learned in screen/tmux was to open a new window so I could run man screen or man tmux and see the list of key shortcuts—because I'll likely be dead long before I learn the random ass button mashing sequence that only somebody with deep seated self-loathing could come up with

zhenech, to random
@zhenech@chaos.social avatar

Do I know someone who knows someone who runs blogs.gnome.org?

https://blogs.gnome.org/markmc/2014/02/20/naked-pings/ says 404, but https://blogs.gnome.org/markmc/ lists that post and has exactly that link again. Seems some redirect rule is broken?

ebassi,
@ebassi@mastodon.social avatar

@lkundrak @zhenech it has been reported to the sysadmins a while ago, but the investigation was inconclusive, AFAIR. I've opened an issue, just in case: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/1387

ebassi, to GNOME
@ebassi@mastodon.social avatar

Happy GNOME 46 release day!

ebassi, to random
@ebassi@mastodon.social avatar

Ah, yes: the day with 4 hours of work meetings is the perfect day for my ISP to shit the bed and leave me with no broadband

ebassi,
@ebassi@mastodon.social avatar

To the phone’s Personal Hotspot, Robin!

ebassi,
@ebassi@mastodon.social avatar

@ross I'll check again if they cover my area when the current contract ends; the only decent fibre was with Virgin, unfortunately

mcc, to random
@mcc@mastodon.social avatar

Note: In addition to the "fuck you!" to the audience of putting no war in his war show, Tomino supposedly did a "fuck you!" to the suits who financed the show, by— after being denied his request to make a female protagonist— making the protagonist male, then putting him through a long, complex forcefemme storyline that lasts much of the show's arc. I am not joking. It's wonderful.

"Loran! We need you to wear this frilly dress and take feminine posture/voice lessons! World peace depends on it!"

ebassi,
@ebassi@mastodon.social avatar

@mcc Syd Mead's Turn A Gundam mecha design is also very… opinionated, so to speak… but the Master Grade plastic model comes with the very best addition of a cow made to scale, so it automatically wins the contest.

revathskumar, to GNOME
@revathskumar@fosstodon.org avatar

Why software always want to "Restart & Update"?

ebassi,
@ebassi@mastodon.social avatar

@revathskumar Because offline updates prevent leaving opened libraries, plugins, and files around; if a file is opened by any process, the update will still succeed, but the new file won't be used. You'd have to close and restart both those browsers, first, but GNOME Software doesn't know if a package is related to a running application or not.

There's a good explanation here: https://fedoramagazine.org/offline-updates-and-fedora-35/

ebassi, to random
@ebassi@mastodon.social avatar

My day to day cooking vastly improved once I got these tools:

  1. a Microplane; the zesting one is also perfect for quickly and efficiently grating garlic and ginger
  2. a mandolin—just be careful and use cutting gloves or the handle
  3. heat resistant silicon spatula and spoons; super easy to clean
  4. the Japanese powder to solidify frying oil; this one is a complete game changer
  5. digital thermometer; fundamental for meat and oil
ebassi,
@ebassi@mastodon.social avatar

@aarbrk I don’t think so; I’ve seen people saying you can do that on commercial composting facilities, if they also collect used frying oil. It won’t work in your own composter.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • everett
  • rosin
  • Youngstown
  • ngwrru68w68
  • khanakhh
  • slotface
  • InstantRegret
  • mdbf
  • osvaldo12
  • kavyap
  • cisconetworking
  • DreamBathrooms
  • ethstaker
  • Leos
  • magazineikmin
  • thenastyranch
  • modclub
  • GTA5RPClips
  • tacticalgear
  • provamag3
  • normalnudes
  • cubers
  • Durango
  • tester
  • megavids
  • anitta
  • lostlight
  • All magazines