Comment on
*Permanently Deleted*
Is this a Joke? I am serious. I cannot tell any more.
Comment on
*Permanently Deleted*
Is this a Joke? I am serious. I cannot tell any more.
Comment on
In Loving Memory of Square Checkbox
Reply in thread
With the wrong color scheme its really hard to know if its' ON or OFF
Comment on
What are the craziest misconceptions you’ve heard about programming from people not familiar with it?
Reply in thread
"I don't know anything about your apple device, I prefer to own my devices and not have somone else dictate what I can use it for"
Comment on
Debian Officially Welcomes Loong64 as a Supported Architecture
Reply in thread
i thought it might be 65 bits or something (1 bit for +/-)
Comment on
France will replace Microsoft Teams, Google Meet, Zoom, Webex and others with its own sovereign video conferencing application "Visio" for public officials
Reply in thread
I though WHY? would you call your product that when its already and established brand. I get that its a great name but its been used for years
Comment on
[Meta] Is it OK to ask questions in here or should there be an AskProgramming community?
You just did
Comment on
How is this Website so fast!?
Reply in thread
Come to the HTMX side..
Comment on
Forget "gif" vs "jif" debate. How does one pronounce "Forgejo"?
Reply in thread
Forge, yo Mr. White!
Comment on
Which language you wish would really grow and reach mainstream adoption?
Reply in thread
It's a pity there is not 1 code example on the Front Page. I spent a few minutes trying to find a page with some code and all I found was Why, Why Not, what is different etc and not any code examples so I am out. Look at Zig within seconds I can see if I like the syntax, does it make sense to me. I would love to know what Pony lang looks like. I might like it but it seems like
Comment on
News website to read the latest news about Go?
I am hoping this is the place.. For me it used to be a site that startsWith("r") and endsWith("dit")
Comment on
Gitness: Open-source code hosting and pipeline engine
Reply in thread
I think this is more a marketing thing. Gitea is on GitHub too, so it can be found.. 10 years ago it would have been on Sourceforge.
Comment on
What operating system and tools should a beginner use to learn programming?
Use the OS you are most comfortable with. When it comes to programmming try and learn 1 "thing" at a time. If you trying to learn Python and how to use Linux as well as Python then you learning 2 (or more..) things at once so stick with what you know for now. If you are comfortable with Linux (or Mint as you say) then stay with that because I have found running Python on Windows is a Pain but that could just be the environment we are using. Good Luck and Have fun!
Comment on
I need to buy laptop
Reply in thread
Those Framework laptops look amazing. I hope they take off so the big guys take notice.
@out_of buy what you can afford . The more power the better when programming. Remember you are running 2 maybe more applications at once. The IDE and the application you are debugging (maybe not so much with Android dev). Unlike a normal user who is just using their browser or word or excel . HTH
Comment on
What′s new in C# 13: overview
Reply in thread
That is all the has changed. The Logo ;)
Comment on
Struggling database company MariaDB could be taken private in $37M deal
Glad I switch to Postgres years ago.
Comment on
Should a toggle button show its current state or the state to which it will change?
This is one of those things that are so easy to over think :) the Play/Pause button (I THINK - NOW I AM NOT SURE) by convention shows the Desired state because you press Play to Start but in other cases I would say it's usually the otherway around. Ie Check Box has a tick/cross etc when it's True/On/Yes/etc. I think the Play/Pause is a convention that is the exception
Comment on
Garnet: Redis alternative from Microsoft
It is from Microsoft, cool. So next week we have a new remote cache-store solution with a new API use that instead. Just rewite all the projects that use the old one that is not supported any more. We love our developers
Comment on
What's the current way of programming Windows?
Reply in thread
This is definately the way with microsoft. Use this new shiny framework... 18 months later. No Use this one its' much better, just rewrite all your code again! 18 months later....
Comment on
Looking for a language, that can easily compile to WASM
I have not used this but Moonbit "looks" good https://www.moonbitlang.com/
Comment on
Go is my hammer, and everything is a nail
Not sure how you can avoid javascript other than with htmx I guess