@crmsnbleyd@emacs.ch
@crmsnbleyd@emacs.ch avatar

crmsnbleyd

@crmsnbleyd@emacs.ch

Doing computer stuff, mostly.

Follow requests welcome.

Profile pic: pixel art of a smiling Pikachu on trans flag background with enby hearts by my partner https://lgbtqia.space/@zozo

Header: GIF of a green alien with five eyes and a grin (the lisp alien) holding a flag with "Drew" written on it. The flag is waving and the backgroung is non-binary flag colours.
Source: my partner! https://dotpict.net/users/3247908

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

crmsnbleyd, to random
@crmsnbleyd@emacs.ch avatar

The name of duolingo's CTO is Hacker

divya, to random
@divya@sfba.social avatar

10mins into my 3 hour ADHD exam that I took a sick day for – the examiner is not here.

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@divya what the hell is up with these people

crmsnbleyd, to random
@crmsnbleyd@emacs.ch avatar

LinkedIn pro tips

  1. Don't use it
  2. If you have to, block people who make low effort engagement bait with a useless photo of them affixed
crmsnbleyd, to random
@crmsnbleyd@emacs.ch avatar

If I become prime minister of India I will make it part of the eurozone

louis, to random
@louis@emacs.ch avatar

Today, a new tablet device was launched. The Daylight DC-1.

https://daylightcomputer.com

The company is a public benefit.

I like it's amber/white screen and focus on a distraction-free environment. It's based on Android 13.

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@louis it's 800 USD I will cry

daviwil, to scheme
@daviwil@fosstodon.org avatar

Lambda Dungeon is starting to look pretty good!

#guile #scheme #lisp #gamedev #gamejam

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@daviwil you need to make games full time because this looks so good (half-serious)

crmsnbleyd, to random
@crmsnbleyd@emacs.ch avatar

thanks Delhi metro I love you

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@holgerschurig agreed, though probably not in such strong words :)

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@holgerschurig no problem! I didn't mean to say you were being rude at all

ernie, to random
@ernie@writing.exchange avatar

It’s alive. https://udm14.com

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@firecat @Fangh why would you use DuckDuckGo browser, not to blame affected people of course

crmsnbleyd, to random
@crmsnbleyd@emacs.ch avatar

Any Linux Creatures in Bangalore who could use a free 2018 laptop? You might have to replace the battery lol

https://brain.d.on-t.work/notes/9tlh613jiroe20x7

CodexArcanum, to GraphicsProgramming
@CodexArcanum@hachyderm.io avatar

Well, it took about 2 weeks longer than I expected (spare time for programming is especially spare at times!) but I finally finished swapping out the graphical backend of my roguelike project with a handrolled one using ! I'm super excited to be fully in control of my destiny!

Wgpu is still pretty difficult, even if it is cleaner than opengl with glow and . (And up-to-date with its own dependencies, always nice!)

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@CodexArcanum bevy also supports web afaik

crmsnbleyd, to random
@crmsnbleyd@emacs.ch avatar

from the memes channel on the lisp discord server, somehow

SirTapTap, to mastodon
@SirTapTap@mastodon.social avatar

Who's moved instances/@ s on / ?

How painful would it be for me to move to @SerTapTap on this same server?

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@SirTapTap not at all

louis, to random
@louis@emacs.ch avatar

A new web framework for Common Lisp:

https://www.vinland.dev

Quote from their announcement:

Vinland is an unfinished, ongoing attempt at pursuing my own vision of an ideal web framework, based on the following qualities:

  • written in Common Lisp, the O.G. of multiparadigm languages
  • composed of loosely coupled components
  • not too opinionated: not tied to “conventions” or an ORM
  • HTTP friendly: better-than-average conformance to the HTTP spec
  • potential for mass appeal: familiar to developers coming from other languages

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@louis looks cute, and if it is built on clack it will support woo. Might use for activitypub

anniezaidi, to random
@anniezaidi@mastodon.social avatar

"they curtly informed my sister and me that our names weren't on the voter list so we couldn't cast our votes.
We insisted this couldn't be right since we had double-checked the Election Commission of India (ECI) website... After adamantly demanding to see the voter lists ourselves, they begrudgingly showed us one, seemingly concealing the other... we didn't back down and persisted until they finally revealed the second list. Our names were right there"

https://article-14.com/post/a-muslim-voter-s-first-person-account-of-how-she-fought-to-cast-her-vote-in-the-2024-election-664abb5c73502?s=09

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@anniezaidi god. How many people weren't able to fight like this?

crmsnbleyd, to random
@crmsnbleyd@emacs.ch avatar

go has 8 space tabs and not sure how to deal with that from within Emacs, setting tab-width doesn't do anything. So I just have to deal with wildly right-aligned code, even two nests deep.

This is with go-ts-mode.

Deus, to random
@Deus@charcha.cc avatar

Interesting to see you can still view profiles and their posts when a server is down. Case in point, mstdn.social.

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@Deus a copy is on your server!

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@Deus this discussion might be what happened, when an account is actively deleted, a request is made to other servers to delete the data as well

https://socialhub.activitypub.rocks/t/the-delete-activity-and-its-misconceptions/137

mir, to random

wait.... self hostable static website holster...

that's literally just nginx. and apache. every webserver that does anything can serve static sites. that used to be the point...

RE: https://tech.lgbt/users/ShadowJonathan/statuses/112461245478442637

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@zyd @grinn @mir I believe the vision is a Web UI where you can drag and drop HTML/CSS/js files and have them show up as part of the final site

so this would have to handle

  • TLS without effort
  • simple way to map uploaded files to the website in a way a user can understand
  • allow transformations like stripping .html for pretty urls, redirects
  • errors with files being in the wrong location (for example having stylesheet.css in your HTML but it not existing at expected path)

Edited addendum: i.e. it is not for people using SSGs but rather just writing HTML directly.

crmsnbleyd, to random
@crmsnbleyd@emacs.ch avatar

why would you need an “everything app”.
You can have more than one app on your device, it’s okay, I won’t tell anyone

DrALJONES, to random
@DrALJONES@mastodon.social avatar

Report

"Israel's Use of Palestinian Children as Human Shields"

Three boys say the IDF used them to shield soldiers from potential harm during an IDF raid on a refugee camp.

"They forced Karam to walk in front of them, open the doors to each room, & enter it before them. While they were walking, one soldier placed his rifle on Karam's right shoulder & fired two shots toward an apartment".

https://www.commondreams.org/news/israel-human-shields?utm_source=Common+Dreams&utm_campaign=e08af1a596-Top+News%3A+Tues.+5%2F14%2F24&utm_medium=email&utm_term=0_-3b949b3e19-%5BLIST_EMAIL_ID%5D

..

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@DrALJONES every accusation a confession

zyd, to Lisp
@zyd@emacs.ch avatar

Big time Lisper on the fediverse spotted 👀 @8arrow

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@zyd this is my favourite cross-over

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@louis quite good! This would be amazing for an introductory common lisp book, especially if it could be self-hosted by the author/publishet

pinkforest, to linux
@pinkforest@hachyderm.io avatar

This aged well.. found from random Googling:

https://www.sco.com/products/Why_Corporate_Organizations_Buy_SCO_Unix.pdf

Did SCO really indemnify their users ... ?

"20. Indemnification: As SCO owns Unix, hence indemnifies all SCO Unix users unlike Linux offered by most of the popular Linux trading houses." 😬

crmsnbleyd,
@crmsnbleyd@emacs.ch avatar

@niconiconi @pinkforest Novell was found to have Unix rights was it not

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