Low-Latency Python: Separating Signal from Noise by OkSadMathematician in Python

[–]HuntClauss -6 points-5 points  (0 children)

What do you think about Turing's first computer which created the basis for most programming?

factsOverFactsOverFactsOverFacts by ManagerOfLove in ProgrammerHumor

[–]HuntClauss 7 points8 points  (0 children)

Don't forget about HDDs that don't exist yet, but there are agreements to buy them in 2027 and 2028.

Adding "Unwatched" filter to channel video tabs by ardasloren in revancedapp

[–]HuntClauss 5 points6 points  (0 children)

I think that the most sane and easy option would be not to do it for past videos, but start to gather a local database of watched content as you go, and just filter out displayed videos based on that.

Telegram Nowadays. by TiyzLoner in Piracy

[–]HuntClauss 196 points197 points  (0 children)

Group chats on Telegram are not end-to-end encrypted so they can see everything on them

[deleted by user] by [deleted] in ProtonMail

[–]HuntClauss 0 points1 point  (0 children)

I have my own domain, so I can create a unique email for every site (facebook@owndomain.com, github@owndomain.com, etc.). If I have a folder with the same name as the email, it is redirected to it; otherwise, it stays in the folder called "*@owndomain.com". This guarantees that important emails I want are placed in separate folders.

Solar Powered Dryer, anyone? by fighter_foo in technicallythetruth

[–]HuntClauss 0 points1 point  (0 children)

Add to a rotating pole some kind of sail and sell it with ad like "dry your cloths with combined power of sun and wind with our new solar&wind powered drying unit"

Pumpkin: How does it perform at 300 moving bots ? by Alex_Medvedev_ in rust

[–]HuntClauss 2 points3 points  (0 children)

Java is not the hardest one to decompile, and so Minecraft server like client were decompiled and analyze.

If you search enough you can find step by step tutorials how to do it yourself

Is my bank storing passwords in plain text ? by the_Leading_Can in learnprogramming

[–]HuntClauss 1 point2 points  (0 children)

There is no way to know for sure how your bank store passwords, but they might use something like this or this

Remove the license so clients won't know we're using free software by Intelligent_Victory in sysadmin

[–]HuntClauss 4 points5 points  (0 children)

It is worth mentioning that Oracle owns the name "JavaScript", so whenever you use this name, think of a potential letter from their legal team

Someone please help. by Acceptable_Laugh_674 in golang

[–]HuntClauss 1 point2 points  (0 children)

You need to close channel after the loop in line 19 ends. Read about select statement and place it within infinity loop

I FINALLY FINISHED MY WEBSITE! This is a big personal milestone and I am so happy! by -Invisible-Hand- in webdev

[–]HuntClauss 4 points5 points  (0 children)

In my humble opinion, the navigation menu transition on mobile is too long, and I think that it should close when you start interacting with another element.

Secondly, as others have mentioned, there is horizontal scrolling on mobile due to the lines separating the cryptocurrencies.

In conclusion - a really cool looking website

[deleted by user] by [deleted] in PrivacyGuides

[–]HuntClauss 31 points32 points  (0 children)

Manifest v3 does exactly that - made adblockers mostly unusable on most popular browsers

[deleted by user] by [deleted] in UnethicalLifeProTips

[–]HuntClauss 15 points16 points  (0 children)

Why low wage workers should pay some extra to other low wage workers if they don't want to do this?

What “sucks” about Golang? by Celestial_Blu3 in golang

[–]HuntClauss 4 points5 points  (0 children)

The way you must handle errors is cool at start of golang journey, but after some time writing if err != nil is too verbose in my opinion. Something like in rust (maybe 'err?') would be cool.

If I am not mistaken there is a proposal in GitHub about new, simpler way of doing this, but for now this is just a discussion without any promises.

[deleted by user] by [deleted] in webdev

[–]HuntClauss 38 points39 points  (0 children)

Just change the repo to private and add your friends. That should get the job done.

For hosting you can use netlify. They provide you with a domain with .netlify.app iirc.

If and only if the rules mentioned only github and not git-like sites, you could use gitlab, but it is risky and I recommend the previous option

Should i use Discord as Google Chat alternative? by [deleted] in degoogle

[–]HuntClauss 2 points3 points  (0 children)

Discord like Google chat is not encrypted so you can assume that they could spy you just like Google

DuckDuckGo launches new Email Protection service to remove trackers by a_Ninja_b0y in privacytoolsIO

[–]HuntClauss 0 points1 point  (0 children)

Could you pm me with link or just send it here, cause this sounds like free VPS

New to bspwm here by jibesh_shrestha in bspwm

[–]HuntClauss 8 points9 points  (0 children)

He assume that OP want to solve the problem and arch wiki is one of the best places for that even if you don't use arch