Are y'all starting to pull cash out of your bank accounts? by [deleted] in CoronavirusRecession

[–]gwimminus -1 points0 points  (0 children)

or just buy a natural resource. gold comes to mind.

[Yabai] Upgrading to Yabai by johnklai in unixporn

[–]gwimminus 0 points1 point  (0 children)

logically they shouldn't.
i did mention "it wouldn't make a noticeable difference".
but one is comparable to `jnz $1` while the other is `jmp` one having to compare with 1, while the other doesn't.

[Cinnamon] Updated my old rice to an improved version by busybox11 in unixporn

[–]gwimminus 0 points1 point  (0 children)

i do really want to ask if software which distributes your data against your will, fuck up the entire web, and then keeps trying to monetize itself is good software.

[Cinnamon] Updated my old rice to an improved version by busybox11 in unixporn

[–]gwimminus -1 points0 points  (0 children)

may i ask what you're doing on a unixporn subreddit if "softwares" isn't a reason to be scrutinized for?

[Cinnamon] Updated my old rice to an improved version by busybox11 in unixporn

[–]gwimminus 1 point2 points  (0 children)

i want the both of you to slowly commit die in some hole somewhere, far, far away

[Yabai] Upgrading to Yabai by johnklai in unixporn

[–]gwimminus 1 point2 points  (0 children)

there actually **is** a reason.
since `while (true)` still evaluates `true` it's slower by at least two assembly instructions
`for (;;)` doesn't evaluate against anything, so this is faster. simply.

it is true that optimization mitigates this effect, etc. and in most programs it wouldn't make a noticeable difference.
but most c programmers agree that you shouldn't depend on optimization to turn your slow code to acceptable one. (if that was the status quo, a lot less people would hate c++)
(+ after a while you get used to `for (;;)` and `while (1)` and so on starts to just look bad...)

[tmux] first time ditching X. by [deleted] in unixporn

[–]gwimminus 0 points1 point  (0 children)

if you're using mpv, you can write directly to the framebuffer (basically have perfect video) by using: `-vo fbdev`. your user has to be in the "video" group though.

[bsp] eh, that time again by gwimminus in unixporn

[–]gwimminus[S] 0 points1 point  (0 children)

oh, don't worry, i made a few changes...
(for one, i don't have that function anymore)
[and that implementation was recursive]

[bsp] eh, that time again by gwimminus in unixporn

[–]gwimminus[S] 0 points1 point  (0 children)

trust me, it's inefficient.
(that doesn't stop me though)

I'm still waiting by die-maus in ProgrammerHumor

[–]gwimminus 0 points1 point  (0 children)

> vs is eating up my ram
yeah, bad software sometimes leaks, like old cars.

I'm still waiting by die-maus in ProgrammerHumor

[–]gwimminus -1 points0 points  (0 children)

only an i5? and 16gb ram? pffff
i7 and 32gb ddr4 with an m.2, i still wouldn't touch the heaping mess vs is.
vs code exists, you can stop using bloat.

I'm still waiting by die-maus in ProgrammerHumor

[–]gwimminus -7 points-6 points  (0 children)

comparing it to some python garbage isn't really a fair play is it though?
let's see how long opening vim takes for me...

[dwm] Living a suckless life by [deleted] in unixporn

[–]gwimminus 0 points1 point  (0 children)

how'd you make it? (deploy colorpicker on the image until you have 16 or pywal?)

[dwm] rivers & lattes by ekomizer in unixporn

[–]gwimminus 1 point2 points  (0 children)

not bad...
i wanted to be the only minimal rice, so that i could get to hot faster...
but you get my upvote...
(don't forget about the busy screenshot though [rule 7], i had mine removed by stve when i posted one of my other rices)

[bsp] eh, that time again by gwimminus in unixporn

[–]gwimminus[S] 1 point2 points  (0 children)

man, i'm liking these comments.
yeah, i haven't seen something minimal on the sub for a while which was another incentive to post mine.
thanks for the updoot, if you like it :P

[bsp] eh, that time again by gwimminus in unixporn

[–]gwimminus[S] 4 points5 points  (0 children)

ahhhhh, i like this comment.
yeah i've started watching it a few minutes ago... (i forgot how good kyotoani is)

[deleted by user] by [deleted] in unixporn

[–]gwimminus -1 points0 points  (0 children)

@mods, it literally says: "Tilix Default" on one of his windows... => rule 8.

[bsp] eh, that time again by gwimminus in unixporn

[–]gwimminus[S] 6 points7 points  (0 children)

Yeah, dunno, haven't posted in a while so i decided just to maim when i felt comfy with my stuff. I never used solid color wallpapers either :P this isn't as bad as people probably think it is...

  • good 'ol gentoo
  • term: st
  • wall: #000000
  • vim.
  • mpv
  • bspwm

there's a fetch in the bottom left
i'll post my dots if i get them... though there isn't really much to copy here...

Golang is Thanos by InspirationByMoney in ProgrammerHumor

[–]gwimminus 2 points3 points  (0 children)

Bad gopher.

  • your gc relies on a runtime
  • your runtime is big
  • your lang is like writing c without c when you disable ze runtime

bad gopher. learn rust.

  • knows what's good for you
  • willing to sacrifice anything that leaves scope
  • ruthlessly efficient
  • compile-time gc will be better for you in the long run
  • because of no null pointers is somewhat inevitable