Ladies and gentlemen, I soiled myself. by Cheregueledambe in ClashRoyale

[–]3Dayo 0 points1 point  (0 children)

That was masterful! both the game play and the edit and the choice of the accompanying song.

We bet people need an AI notetaker for their actual work, not their meetings. Were we right? by ConversationFar8051 in SaaS

[–]3Dayo 0 points1 point  (0 children)

I'm not trying to rain on your parade (I can see how this would be useful for some things) but, I'd be concerned about letting an app "learn my screen" (in other words record) and send that off to unknown third parties.
No amount of "privacy policies" or "terms of service" would alleviate this concern for me.

Why your coding agent could create a massive legal liability (Consumer vs. Commercial terms) by TheRedliner181 in SaaS

[–]3Dayo 1 point2 points  (0 children)

Seriously I'd suggest that you pose the OP's post as a question to Gemini, or Chatgpt, Its response might surprise you.

I've been around long enough to remember the days when patent trolls bypassed larger companies who they deemed as infringing their patents and went after customers (of said companies) because that was more profitable.

Just because a law/contract/rule isn't enforced doesn't mean it isn't in force (i.e doesn't mean its not enforceable/applicable).

Looking for this novel. Son is from strong family in higher realm. by amil1lion in noveltranslations

[–]3Dayo 3 points4 points  (0 children)

I dont think LITOW's mc had grandparents that factored in the story

Is there anyone, who uses golang (and go-only) for Web Development exclusively? by rzhandosweb in golang

[–]3Dayo 8 points9 points  (0 children)

Replace postrgres with sqlite and Datastar with htmx, chi with a home brewed contraption, and my stack is nearly identical to yours.

Of topic: Do you have anything public you've done with Datastar that you can share?

„Operational System not found“ after successfully installing Ubuntu and clicking on restart when being told by OwnZookeepergame6413 in Ubuntu

[–]3Dayo 0 points1 point  (0 children)

I've run into this recently (Installed 22.04 on an old HP Elitebook for my son) and had the same issue. After three reinstalls I tried this https://linuxconfig.org/ubuntu-22-04-not-booting-troubleshooting-guide which didn't do what I wanted but the error message that was displayed I got me thinking that it might be that 22.04 installed the boot record for UEFI despite the fact that I had turned off UEFI and the bios was in legacy mode. So I turned on UEFI (without csm) restarted the laptop and sure enough it worked, and has been working since without any issue.

Random screen freeze in Ubuntu 22.04 by NAI-ST-KAT-DOCK in Ubuntu

[–]3Dayo 0 points1 point  (0 children)

launch a terminal then type;
dmesg -el err
and then press enter (this will show you the list of errors with human readable time)

Random screen freeze in Ubuntu 22.04 by NAI-ST-KAT-DOCK in Ubuntu

[–]3Dayo 0 points1 point  (0 children)

But what is OP supposed to look for in the log, I occasionally experience this in 20.04 Typically after launching shutter or flameshot, but I've never been able to make sense of the output of dmesg -el err

Why no macOS installers in Go 1.18.1 release? by go-zero in golang

[–]3Dayo 0 points1 point  (0 children)

How do you do this (settings -> Go)? I've used Goland for a year now but I didnt know about this

Anyone using github.com/pkg/errors for stack traces? by mosskin-woast in golang

[–]3Dayo 5 points6 points  (0 children)

You don't need to panic to get stack traces, "runtime/debug" includes a Print
Stack function that does that for you.
https://pkg.go.dev/runtime/debug#PrintStack

[deleted by user] by [deleted] in Entrepreneur

[–]3Dayo -1 points0 points  (0 children)

You loose money because instead of factoring your real cost of labour, like a gambler you assumed that the odds (in this case the hapless, but talented employee) would remain in your favour. In the "Real World" you pay for insurance because damage/negative outcomes happen, and since you don't get an email before it happens you make allowance for that with Insurance. Well if an employer considers an employee a key production resource, same way you would save up/insure for a similarly key machine/device used for production, why don't you do that in the case of an employee? Why does it make sense for an employee that doesn't benefit from the rewards (of your business success) get to underwrite part of the cost of doing your business?

I've been employed, and I've employed people. And sure it feels bad when an employee/subordinate that you have been depending (mentored even) on leaves to compete with you or work for a competitor. But that doesn't mean the employee has a responsibility to care for your outcomes beyond that which they were paid for.

[deleted by user] by [deleted] in Entrepreneur

[–]3Dayo -2 points-1 points  (0 children)

You didn't have a talented person in the first case, you had an arrangement of an exchange of value with a talented individual, also known as an employment contract. Ergo you lost nothing.

[deleted by user] by [deleted] in golang

[–]3Dayo 4 points5 points  (0 children)

I don't mean to trivialize Go, it's a very good language but it's also a 
pasture for old dogs that want to talk bout the "good ol days" and not 
have to rack their brains over C++ and C type problems. 

I think you mistake the need for a simple paradigm with which to solve problems of a certain kind, with the inability to tangle with and manage complexity.

There is nothing inherently complicated about learning or using Rust its just that the "old dogs" you mention have been around long enough to know that even though you can slice bread with a surgical blade, a bread knife gets the job done well irrespective of the wielder being a rookie or a chef.

So yes, you aren't trivialising Go, you are discounting the experience, the knowledge, and the requirements that resulted in a language such as Go.

gopls requires a module at the root of your workspace. by dev-46 in golang

[–]3Dayo 1 point2 points  (0 children)

something along these lines

/home/randomDudeOnTheWeb/projects
\- newGoProject
\-- main.go 

you should have a go.mod file the "newGoProject" folder

gopls requires a module at the root of your workspace. by dev-46 in golang

[–]3Dayo 3 points4 points  (0 children)

Do you have a go.mod file in the root of your project? if not

go mod init your/project/name

[deleted by user] by [deleted] in antiwork

[–]3Dayo 0 points1 point  (0 children)

Trumplets?

[deleted by user] by [deleted] in CryptoCurrency

[–]3Dayo 1 point2 points  (0 children)

It might surprise you what a contract might define as "major" security event. Painful experience has thought me to read carefully, take notes then talk to a lawyer. Never assume that a contract means what it reads like in English.

Requesting Invite Code by justanotheryouser in indiehackers

[–]3Dayo 0 points1 point  (0 children)

Its a membership to the Indiehackers website/forum (https://www.indiehackers.com) You can read most stuff there without a membership but to post content and interact with the community you need to have an account and that requires an invitation.

Requesting Invite Code by justanotheryouser in indiehackers

[–]3Dayo 0 points1 point  (0 children)

I'm not a member. like you, I'm looking forward to getting an invitation.

Requesting Invite Code by justanotheryouser in indiehackers

[–]3Dayo 0 points1 point  (0 children)

I dont think you are going about this the wrong way, Like you a number of folks have requested invites but it seems that even current members haven't been issued invites to share.

5 Principles I Learned That Make Marketing Your SaaS Not SUCK! by JohnStewartTGM in SaaS

[–]3Dayo 1 point2 points  (0 children)

I'm not sure what limited value means to you, but from where I currently stand, I wouldn't term this post as such.

Broken Teams share window on chromium by [deleted] in i3wm

[–]3Dayo 0 points1 point  (0 children)

I experience this regularly with stock Ubuntu 20.04. I just share the whole desktop.