@foone@digipres.club avatar

foone

@foone@digipres.club

Hardware / software necromancer, collector of Weird Stuff, maker of Death Generators. (she/they🏳️‍⚧️)

Dieses Profil is von einem föderierten Server und möglicherweise unvollständig. Auf der Original-Instanz anzeigen

darius , an Random Englisch
@darius@friend.camp avatar

I regret to inform you that the genders have been compromised.

mhoye ,
@mhoye@mastodon.social avatar

@yhancik @darius The old thinking was that you should be rotating your gender every 90 days for security reasons but that’s proven to be an ineffective approach. Modern best practices are to use a unique and complex gender for every interaction, to avoid repetition and store them in a secure gender manager. This makes it easier to change genders when one relationship is compromised, and protects you against gender-stuffing attacks.

LukaszOlejnik , an Random Englisch
@LukaszOlejnik@mastodon.social avatar

"The theft-prevention system installed in Seattle rental cars by a car-sharing company was designed to prevent cars being towed away by thieves. It disabled the cars remotely if they were detected to be moving with the engine off. Renters taking the boat ferry found themselves unable to restart their cars when the ferry docked. An anti-theft system in a car caused major delays to a regional ferry system" https://www.ft.com/content/178ab808-21ff-4ac2-a81f-f831326c22d4

Unixbigot , an Random Englisch
@Unixbigot@aus.social avatar

Sufficiently Advanced Bodging™ is indistinguishable from having used the correct pinout.

mcc , an Random Englisch
@mcc@mastodon.social avatar

I hate it how transit apps will have a mode that lets you say you're about to get on a bus and then tracks your trip but if you're already on the bus and you just want it to estimate when you'll get there this is always awkward or impossible in the UI

mcc OP ,
@mcc@mastodon.social avatar

@megmac Maybe it was a mistake to have all the mobile OSes in the world be made in a ten mile radius in a part of the south San Francisco bay area where it is impossible to do so much as buy a jug of milk without a car.

mochi , an Random Englisch
@mochi@antabaka.me avatar

I have found the gender fluid

duk3luk3 , an Random Englisch
@duk3luk3@cloudisland.nz avatar

If you're a trans puppy girl, is every project a pet project?

atax1a , an Random Englisch
@atax1a@infosec.exchange avatar

pokemongodb

dfx , an Random Englisch
@dfx@techhub.social avatar

Oh wow... This is something special! I found an early pre-release version of "Castle of the Winds" .. v0.5.4. This was apparently released exclusively for Microsoft employees back in the day.

I think it's an awesome collector's piece! My gratitude goes to "iamxray" for his generous upload.

Here's where I found it:
https://archive.org/details/W3CASTLE

Have fun guys!

Castle Of The Winds 0.5.4 - Warning about the pre-release version
Castle Of The Winds 0.5.4 - gameplay

wrongbaud , an Random Englisch
@wrongbaud@infosec.exchange avatar

Time for a new blog post!

JTAG Hacking with a Raspberry Pi - Introducing the PiFex

https://voidstarsec.com/blog/jtag-pifex

akioogaki , an Random

Only two genders? Challenge accepted.

polpo , an Random Englisch
@polpo@bitbang.social avatar

Hey. Do you want to order a #PicoGUS? Like RIGHT NOW? Joe's Computer Museum now has them in stock! https://jcm-1.com/product/picogus-v2/

nekoewen , an Random Englisch
@nekoewen@mastodon.social avatar

Now on http://weirdlittlekeebs.com/, a bunch of new and returning PCBs, including the Chouchou, Masonry, CYOA Ortho, and Mushi!

image/jpeg
image/jpeg
image/jpeg

NanoRaptor , an Random Englisch
@NanoRaptor@bitbang.social avatar

sinspired by @jsr because it's perfect.

https://social.jsr.com/@jsr/112398571801354404

ianturton , an Random Englisch
@ianturton@fosstodon.org avatar

Interesting new dyslexic friendly font - https://www.oliviaking.com/inclusive-sans

finally seems that font designers are actually talking (and listening) to dyslexics about what makes a font hard to read.

whitequark , an Random Englisch
@whitequark@mastodon.social avatar

please tell me the most obscure joke you know

(feel free to explain or not explain it, depending on what you find more amusing to think of me reading it)

ljrk ,
@ljrk@todon.eu avatar

@whitequark Q: What's an anagram of Banach-Tarsky?

A: Banach-Tarsky Banach-Tarsky.

dosnostalgic , an Random Englisch
@dosnostalgic@mastodon.social avatar

Play Hewlett-Packard's 200LX palmtop built-in game "Lair of Squid" right in your browser! #DOSGaming
https://archive.org/details/LairOfSquidHP200lx

somepx , an Random Englisch
@somepx@mastodon.gamedev.place avatar

May the fonts be with you!~⭐

URBAN and QUIT are now available on Itch at a special price.

https://itch.io/s/122946/may-the-fonts-be-with-you

Pixel Font - URBAN (sample)
Pixel Font - QUIT (cover)
Pixel Font - QUIT (sample)

vga256 , an Random Englisch
@vga256@dialup.cafe avatar
0xabad1dea , an Random Englisch
@0xabad1dea@infosec.exchange avatar

protip: drawing a hilariously bad artwork in MS Paint with a mouse is a much stronger quality signal that you care about the blog post than attaching an obvious AI generation

konstantinosd , an Random Englisch
@konstantinosd@mastodon.gamedev.place avatar

'Why Doesn't Everyone See the Importance of Preserving Our Past?' by Warren Spector https://www.gamedeveloper.com/business/game-preservation

mwk , an Random Englisch
@mwk@donotsta.re avatar

so I just realized I did a sizable project and never posted about it publically

last year I spent a few months on and off reverse engineering Pinball Fantasies (a 1992 video game; originally for Amiga, though I was reversing the more polished DOS port) with the intent of doing a game engine recreation, and then rewrote the logic as a Rust program

you can grab the result here: https://github.com/wanda-phi/pfr/ ; if you're interested in the internals of a 1992 DOS game written by demoscene people, I wrote down some (rather incomplete) notes here: https://github.com/wanda-phi/pfr/blob/main/TECH.md

I'd also like to thank @domi for porting this thing to browser environment with WASM, and hosting the result: https://pfr.sakamoto.pl/

enjoy!

mwk OP ,
@mwk@donotsta.re avatar

this game has a lot of insane demo-grade optimizations done in the name of making this thing work on a 286, but my favorite is the fact that the ball pixmap is stored only as an unrolled x86 machine code function that pokes every pixel in sequence, and my recreation includes a disassembler that recovers the pixmap: https://github.com/wanda-phi/pfr/blob/main/src/assets/table/gfx.rs#L144

0xC01DC0FFEE , an Random Englisch
@0xC01DC0FFEE@bytearray.eu avatar
mediaarchaeologylab , an Random Englisch
@mediaarchaeologylab@post.lurk.org avatar

hey, it's May day and while we're not yet in a mayday situation, we are asking for your help.

As you may know, MAL is part of the University of Colorado but generally a lot of our funding has come from external donors, and that has contributed to our ability to operate with a little more freedom, do weirder things, be more open and accessible to the general public than most university stuff. but, as these things go, a lot of those donors are shifting their priorities or scaling back.

we want to be able to continue being a resource in the way we have become accustomed to - maintaining our collection in working order as much as possible, offering these tools to artists and scholars and students and the general public, and doing our level best to be as weird as possible about it.

so, while we're looking at grants and other funding modes that we can shift to, we are also asking you all: does your workplace have a philanthropic fund? do you or someone you know have the means to make recurring donations? please consider asking them to contribute to our support fund, or doing so yourself:

https://giving.cu.edu/fund/media-archaeology-lab-support-fund

avavsystems , an Random Englisch
@avavsystems@mastodon.world avatar

Interesting article from ITV Content Services on the risks & need to preserve various Tape & Film Media

In a bit of absolutely shameless promotion, if you’ve got Media you need Archiving, we can help

https://itvcontentservices.com/post/the-urgency-of-digitising-film-and-videotape-archives/

@obsoletemediauk

cosmicvoid , an Random Englisch
@cosmicvoid@mastodon.gamedev.place avatar

Last 57 hours to back Devil's Hideout on Kickstarter, y'all! 😃

Devil's Hideout is a retro point and click horror adventure game.

Back on Kickstarter 👇
https://bit.ly/devils-hideout-campaign

image/png
image/png
image/png

  • Alle
  • Abonniert
  • Moderiert
  • Favoriten
  • random
  • haupteingang
  • Alle Magazine