@sirjofri@mastodon.sdf.org avatar

sirjofri

@sirjofri@mastodon.sdf.org

Serious #9front user. #Unreal #Game programmer with a passion for realtime #graphics and #shaders. Acme. C. Unreal.

looking for a job.

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

georgetakei, to random

Bet he wasn’t expecting this response.

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@f4grx @georgetakei well, yes, you can. It's hard to do and you have to try out different papers, but toilet paper should be fine (and it's long enough). Iirc they folded up to 12 or 14 times

b0rk, to random
@b0rk@jvns.ca avatar

what problems do you run into with git's staging area? right now I'm feeling like the staging area is one of the least confusing parts of git (merging, branches, and remotes seem to cause people a lot more problems) but I'm very open to writing about it if there are problems

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@b0rk in our git implementation there was a decision to not have a staging area, because there might be better alternatives, iirc, but I don't know the details. Maybe someone from our bubble can tell more?

aires, to windows
@aires@tiggi.es avatar

Do you, or have you ever, used a graphical user interface? If you use #Windows, #macOS, or any version of #Linux with a window manager or desktop environment, you can thank Dr. Clarence "Skip" Ellis.

Dr. Ellis worked at Xerox PARC, the research organization that developed the modern GUI. Icons, windows, the mouse, Ethernet-based networking, laser printing - all of these (and more) came out of PARC. Dr. Ellis led the team that created Officetalk, the first program to use icons and the Internet. He got his start at 15 years old showing a local tech company how to reuse punch cards, which was a game-changer back in 1958.

Oh, and he was also the first black man to earn a PhD in Computer Science.

#BlackHistoryMonth #BlackHistory #BlackMastodon #ComputerScience @blackmastodon

https://elective.collegeboard.org/clarence-skip-ellis-computer-science-pioneer
https://en.wikipedia.org/wiki/Clarence_Ellis_(computer_scientist)
https://www.redhat.com/en/command-line-heroes/season-6/clarence-ellis

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@aires I'd also add "As We May Think" to the pot. It should remind us that it's not that much about the machine, but the purpose of the machine, and the vision that helps us build machines that fulfill that purpose.

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@aires I don't have to click this link to know which video it is. The mother of all demos...

jwz, to random
@jwz@mastodon.social avatar

The thing most people don't remember about Prometheus is that humans already had fire, but then Zeus locked it up behind a paywall, because Zeus was a petty little bitch. Prometheus stole it back. In this essay about DRM I will

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@incoherentmumblings @vonneudeck @jwz Gen 5:4: sons and daughters. Daughters often weren't that important, so you can often only find references like that

ZDF, to random German
@ZDF@zdf.social avatar

Wie lange brauchen Profis für euer Passwort? Wir sind im Team 26 Billionen Jahre und wünschen bis dahin erst mal eine schöne Woche.

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@arti @eichkat3r @ZDF würd ich sagen, hängt vom autor ab. Perl erlaubt einem auch sehr lesbaren code zu schreiben. Aber ich verstehe natürlich den Scherz 😉😁

sirjofri, to Signal German
@sirjofri@mastodon.sdf.org avatar

I wonder if someone ever analyzed the "mobile cost" (bandwidth, battery usage, ...) of messengers like / / , chat systems like , and maybe even more "exotic" chat systems like , @delta -chat, ?

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@delta @polezaivsani that's in fact very interesting! I'd really like to see more data on that

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@zash @polezaivsani @delta wow, that's basically exactly what I was looking for. Thank you for sharing (and thanks @autkin for doing that research). I'd certainly like to see deltachat in there, too, just because it's "weird" in its own way

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@link2xt @delta that sounds quite interesting

sbseltzer, to unrealengine

It's weird to increasingly be the person my peers ask for help when they need to fix C++ linker/compiler errors. 😅

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@sbseltzer yeah, I believe it's often best to avoid any blueprint interaction in the backend.

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@sbseltzer I don't think I ever had one of those weird ones then. Most nasty ones were weird compiler errors, but not linker errors, as far as I can remember

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@sbseltzer just recently I had a very weird one. It was a BlueprintCallable function with some parameter (I don't remember the type, probably something strange like a delegate), and the generated function had a const parameter instead. Obviously, that didn't compile until I changed my initial declaration.

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@sbseltzer interesting. The linker errors I get the most are missing dependencies in the .Build.cs files

bt, to javascript

Is there a site or collection of "user" services that work without any #javascript ?

By "user" I mean email/webmail, hosting, code forges, video playback etc. I am aware (and use some) things like:

  • sourcehut
  • squrrielmail
  • nearlyfreespeech

Just wondering if others would be interested in having an up-to-date site that showcases all these services?

#AskFedi

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@bt software-wise, everything on works without javascript (for example, abaco and mothra)

drewdevault, to random
@drewdevault@fosstodon.org avatar

Just factory reset an old Android phone and FUCK mainstream Android has a lot of bullshit

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@drewdevault that's why I'm using a pixel. It still has a lot of bloat, but only the bloat of one provider and the stuff that you basically need when using Android "normally". Other manufacturers sell the same bloat, plus their own bloat, plus third party bloat.

Still not good...

regehr, to random
@regehr@mastodon.social avatar

was just rereading a 2016 blog post about teaching C to undergrads and I think it has held up pretty well

https://blog.regehr.org/archives/1393

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@SnoopJ @regehr I believe that you have to teach C in a context. For example, you will need to teach something about unix and/or operating systems to teach C, or at least some of the philosophical aspects. To teach unix or operating systems you have to teach some C. Though it's a question about what you want to focus on.

I also believe that students should gain some understanding of the hardware and how computers work on a fundamental level, but that's another topic

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@regehr @againsthimself I believe, regarding pointers, you should get to a point where pointers "aren't hard", because they aren't hard to understand. At some level of complexity, they're hard to work with, but it feels like many people have issues understanding the very basics of pointers.

robpike, to random
@robpike@hachyderm.io avatar

I wonder if there is data somewhere about the number of dead links. I would like to have data supporting my hunch that they represent a growing fraction of all the links out there. Sure feels that way, although I suspect with most web sites being dynamic, it's unquantifiable.

Data is not forever. May Shannon bless the the Internet Archive.

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@robpike I'd also see that a removed resource results in 0-n dead links, while a removed link does not result in a dead resource (only a resource that's harder to find).

Also, people tend to think more in resources, not so much in links. I guess people will remove resources quite easily, but they won't hunt for all links to remove them, because that's a lot of work.

Source: careful thought

morph, to random German
@morph@chaos.social avatar

Jo Leute, ich hab ein neues Hobby ohne Computer, also quasi! Musste direkt den Computer hochfahren um euch davon zu erzählen ☺️

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@morph ich weiß nicht mal mehr, wie viele Jahre es her ist, dass ich sowas gemacht habe...

zdfmagazin, to random German
@zdfmagazin@edi.social avatar

Klappt mal die Bücher zu, heute wird ferngesehen. Denn unser erster Animationsfilm „Das Grundgesetz der Tiere“ ist JETZT im ZDI verfügbar! Du hast keinen Internet-Zugang? Kein Problem: Der Film läuft um 23 Uhr im ZDF. https://kurz.zdf.de/Mb6/

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@zdfmagazin ich finde es super, dass ihr hier Bilder mit Untertitel macht. Ich selber brauche sie zwar nicht, es gibt aber genug Leute, die das brauchen. Weiter so!

mntmn, to random
@mntmn@mastodon.social avatar

suspicious times of day (24h format):

  • 01:23
  • 12:34
  • 23:45
sirjofri,
@sirjofri@mastodon.sdf.org avatar

@mntmn or an AI answer based on your times 😉

  • 45:67
sirjofri,
@sirjofri@mastodon.sdf.org avatar

@mntmn

  • 34:56
mwl, to random
@mwl@io.mwl.io avatar

Acid test of new mail server: delivering to Google over IPv6.

It works. :flan_hacker: :flan_royal:

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@mwl E-mail is weird nowadays. I had a hard time setting up my mail server to make it "safe enough" for Google and other big providers. It really feels like spam protection over spam protection over spam protection, because nothing really worked so far, so let's combine all of them...

NDR, to random German
@NDR@ard.social avatar

Hamburg, 1959: Im Außenbereich eines Cafés sitzt eine Familie. Das Wetter ist offenkundig nebelig. Auf dem Tisch stehen zwei Tassen, vermutlich mit Kaffee. Alle Personen tragen einen Schutzanzug inkl. Atemschutzmaske.

So wurde die Bevölkerung über Selbstschutzmaßnahmen im Falle eine Atomangriffs aufgeklärt. Solche absurden Beispiele kamen in der Bevölkerung nicht gut an.

Die ganze Geschichte hinter dem Foto erzählt die NDR Serie "Was war da los?"

▶️📝https://www.ndr.de/geschichte/waswardalos/zivilschutz126.html?at_medium=mastodon&at_campaign=NDR.de

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@strandbeutel @NDR ich finds genial. Wenn man das foto ohne entsprechenden kontext sieht, könnte man meinen, menschen haben wirklich so gelebt. Im schutzanzug rasen mähen, ball spielen, schwimmen gehen, ... spannend

khm, to random

new theory: climate change is driven by Hollywood to normalize low visibility due to wildfire smoke, so they can turn down the render distance on CGI, making movies cheaper to produce

sirjofri,
@sirjofri@mastodon.sdf.org avatar

@khm I love that theory

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