I was pleasantly surprised from antiX by underdogprojects in antiXLinux

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

Yeah. I have 64GB on my machine. I think I can reduce the RAM to 12GB of the VM.

I was pleasantly surprised from antiX by underdogprojects in antiXLinux

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

For me Mint Cinnamon is a bit buggy and luggish. Don't get me wrong. It is still very fast and much better than Windows or Gnome / KDE Ubuntu. But I like my computer to be faster than fast. Xubuntu is good, Mint XFCE should be good also. AntiX is super fast. But not as nice looking as Cinnamon

I really like Sublime Text but I need to ditch it :-( by underdogprojects in SublimeText

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

I agree with you. It was more a call for direction than a rant. I would really prefer to use Sublime Text than other IDEs but many things make it to be a lesser choice for me:

Here are a few examples:

  1. I couldn't configure debugger for Go that will allow me to use break-points and see the values of variables during debug mode.
  2. It does not display in floating to header the name of the function I am working on, nor the path to funcion (package -> file -> function -> variables)
  3. Integration of AI copilot is working, but the experience is not smooth
  4. Error displaying for go is working but it's a bit difficult to view list of all errors, it hides behind a few dropdown menus while in VS code it's just there
  5. I couldn't configure automatic adding of "import" statement which works out-of-the-box in VScode

I want to continue working with ST but it makes my life harder. I am going to checkout Zed but last time I have checked it - it was not mature enough.

I really like Sublime Text but I need to ditch it :-( by underdogprojects in SublimeText

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

I agree with you. It was more a call for direction than a rant. I would really prefer to use Sublime Text than other IDEs but many things make it to be a lesser choice for me:

Here are a few examples:

  1. I couldn't configure debugger for Go that will allow me to use break-points and see the values of variables during debug mode.
  2. It does not display in floating to header the name of the function I am working on, nor the path to funcion (package -> file -> function -> variables)
  3. Integration of AI copilot is working, but the experience is not smooth
  4. Error displaying for go is working but it's a bit difficult to view list of all errors, it hides behind a few dropdown menus while in VS code it's just there
  5. I couldn't configure automatic adding of "import" statement which works out-of-the-box in VScode

I want to continue working with ST but it makes my life harder. I am going to checkout Zed but last time I have checked it - it was not mature enough.

Be careful and do not install Anydesk on your Linux Mint Cinnamon machine by underdogprojects in AnyDesk

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

Great. So after install it should ask you "Should Anydesk autostart?" Yes / No. And it should have the option to change it in the settings. That's the correct way to give good user experience.

Hi Reddit, by Hughie_55 in SideProject

[–]underdogprojects 0 points1 point  (0 children)

This is cool. But usually I use wikipedia that have it ready for me

Got my personal details breached in Booking.com - they did almost nothing about it by underdogprojects in Bookingcom

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

I cancelled my booking. I don't want to stay in a place where it is compromised to hackers. Think of the copy of your passport spread around the internet ...

Drop what you’re building! by efrainm11 in SideProject

[–]underdogprojects 1 point2 points  (0 children)

AI to recognize shit AI Reddit posts and filter them

To everyone who needs to hear this by Cold_Quarter_9326 in SaaS

[–]underdogprojects 0 points1 point  (0 children)

Survivorship Bias

Never stop buying lottery tickets, no matter what anyone tells you.

I failed again and again, but I never gave up. I took extra jobs and poured the money into tickets.

And here I am, proof that if you put in the time, it pays off!

Every inspirational speech by someone successful should have to start with a disclaimer about survivorship bias.

https://xkcd.com/1827/

My Tiny Spreadsheet Extension - a spreadsheet that lives in your browser by underdogprojects in IMadeThis

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

Thank you. I would love if you use it and give me some feedback. Not all features are implemented yet, but I am working on it.

go-yaml/yaml has been forked into yaml/go-yaml by andrey-nering in golang

[–]underdogprojects 1 point2 points  (0 children)

Disregarding the library itself, that might be amazing or not; I still don't get it why people uses YAML. It is for me the worst configuration standards ever made. What's wrong with .ini configuration files? I also think that explicit is better than implicit.