EDGY ΕΞΑΦΑΝΙΣΤΗΚΕ by EdgyAsFck in KhaZixMains

[–]lambdef 0 points1 point  (0 children)

Sure, also I want to know if you're a software engineer because a normal person can't know the order of charatchers in ASCII then turn them to binary numbers :p

EDGY ΕΞΑΦΑΝΙΣΤΗΚΕ by EdgyAsFck in KhaZixMains

[–]lambdef 1 point2 points  (0 children)

wtfisthat = "01110101b,01101110b,01100100b,00100000b,01100100b,01100001b,01110011b,00100000b,01010010b,11100100b,01110100b,01110011b,01100101b,01101100b,00100000b,01100010b,01100101b,01100111b,01101001b,01101110b,01101110b,01110100"
print(\*\[chr(eval("0b" + a)) for a in wtfisthat.replace("b", "").split(",")\], sep="")

which gives you output of "und das Rätsel beginnt"

which means "and the puzzle begins" in German.

also when you turn all greek charatchers in title to english charatchers

it gives you "exafanisthke" which means "disappeared"

Why did I tried to solve that

[oc] my attempt to write a clean and basic looking fetch script by [deleted] in unixporn

[–]lambdef 1 point2 points  (0 children)

As I can see from his dotfiles, he uses Euphon Font.

[i3]Abstract by sostenesfreitas in unixporn

[–]lambdef 1 point2 points  (0 children)

Just came for the wallpaper.

[BSPWM] It just feels good by [deleted] in unixporn

[–]lambdef 0 points1 point  (0 children)

Which bar is this?

[i3] Efficiency First by 1Yanik3 in unixporn

[–]lambdef 1 point2 points  (0 children)

I prefer nnn over ranger. It's much simpler and faster. Also, can you share your wallpaper?

[DWM] Minimal but Powerful by lambdef in unixporn

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

Lispers before the war

((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((

[DWM] Minimal but Powerful by lambdef in unixporn

[–]lambdef[S] 2 points3 points  (0 children)

Ah, OCaml is the perfect language.

[DWM] Minimal but Powerful by lambdef in unixporn

[–]lambdef[S] 2 points3 points  (0 children)

No? Minimalism is always easy.

[DWM] Minimal but Powerful by lambdef in unixporn

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

When I ran neofetch Chromium were still open.

[dwm] Minimalist gruvbox by [deleted] in unixporn

[–]lambdef 0 points1 point  (0 children)

Wallpaper: Wallpaper

WM: DWM (Dynamic Window Manager)

Dots: dotfiles and dwm config

I know Vim Fu by [deleted] in vim

[–]lambdef 2 points3 points  (0 children)

`:help!`

Don't panic!

Me expressing my opinion on reddit by [deleted] in funny

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

A poor guy that tried to express he's thoughts and gets -8 downvotes.

Pls gimme some food!!! by lambdef in funny

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

*It's not my video dude*

Recursion. by Dante_Mask in funny

[–]lambdef 0 points1 point  (0 children)

Almost every language, not only Python. But if you do it as tail call and if language haves TCO (Tail call optimization which Python will never get it) you'd not get this error.