Notices by Tomas SA2TMS (tomas@social.umeahackerspace.se), page 109
-
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Saturday, 20-Jan-2018 08:45:14 EST Tomas SA2TMS
unthicc -
Christmas Personified as a Catgirl (moonman@shitposter.club)'s status on Saturday, 20-Jan-2018 00:18:37 EST Christmas Personified as a Catgirl
!cryptocurrency https://shitposter.club/attachment/1474893
literally me -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Saturday, 20-Jan-2018 06:54:17 EST Tomas SA2TMS
I saw Machine Supremacy live at #Assembly a couple of years ago. Good stuff -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 19-Jan-2018 19:34:10 EST Tomas SA2TMS
, https://social.umeahackerspace.se/attachment/274179 -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 19-Jan-2018 19:26:20 EST Tomas SA2TMS
(((lennart))) -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 19-Jan-2018 19:25:06 EST Tomas SA2TMS
That game needs blit tricks like making the background visible below the sprites. Something which is even possible in QBASIC -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 19-Jan-2018 19:23:14 EST Tomas SA2TMS
tfw you remember that activision was founded by a bunch of coders who were sick of being mistreated by atari -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 19-Jan-2018 19:22:07 EST Tomas SA2TMS
Always presume! -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 19-Jan-2018 11:23:04 EST Tomas SA2TMS
Things are starting to look a bit more #science 🔬 https://social.umeahackerspace.se/attachment/273986 -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 19-Jan-2018 11:05:39 EST Tomas SA2TMS
Question for those on here who deal with archiving: would you be interested in a tar replacement that gives 0.5% smaller files after passing through xz? Plus the ability to list the contents of an archive without decompressing the entire thing -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 19-Jan-2018 09:55:17 EST Tomas SA2TMS
This is also because very few people are exited about old programming languages. No one raves about COBOL even if it was the greatest thing when it came out. But I've seen a counterpoint to that lately of which I'm guilty: #Ada hype -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 19-Jan-2018 09:52:32 EST Tomas SA2TMS
@mmn @pettter Glöm inte att den enda etiskt försvarbara handlingen är självmordet -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 19-Jan-2018 07:45:13 EST Tomas SA2TMS
C is great when your other choice is assembly. Or if you can't to dynamic memory allocation and don't want to use FORTRAN -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 18-Jan-2018 13:03:11 EST Tomas SA2TMS
Fyll i detaljer som kräver noll inspiration, så är det fixat när inspirationen slår till :] -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 18-Jan-2018 11:30:06 EST Tomas SA2TMS
Fixa en fin LaTeX-mall bara. Jag kör med denna: https://www.stat.berkeley.edu/~paciorek/computingTips/Latex_template_creating_CV_.html
Brukar uppdatera min cv.tex en gång per år ungefär. Personligt brev kan jag inte säga så mycket om däremot, där får man improvisera lite -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 18-Jan-2018 10:51:28 EST Tomas SA2TMS
The best way to win at horsecoin is to have a horse from way before then suddenly discover that it's suddenly turned into a whole herd of them !cryptocurrency -
halcy:icosahedron: (halcy@icosahedron.website)'s status on Thursday, 18-Jan-2018 08:27:00 EST halcy:icosahedron:
everyone, I have found him. the cie-lab. https://icosahedron.website/media/aMSTSpQJEakzjnc4xxM
-
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 18-Jan-2018 07:38:01 EST Tomas SA2TMS
I'll just add "oven grease" to the list of things ruined by millennials -
Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 18-Jan-2018 05:09:53 EST Tomas SA2TMS
What kind of shell you're using seems to have a much larger impact. bash takes quite a bit of time to start (0.1 maybe, even with a blank .bashrc), tcsh is nearly instant.
I took this time to profile my .bashrc. Turns out it spends most of its time in /usr/share/bash-completion/bash_completion. Commented that out for now. Feels like there should be a daemon that forks off ready-to-go bashes quickly instead of parsing all this junk every time. I know emacs has something like this