HN user

uberswe

488 karma
Posts20
Comments112
View on HN
github.com 4y ago

A simple web app template with user authentication written in Go

uberswe
5pts0
www.gophp.io 4y ago

Go and JSON: tags, empty strings and nil values

uberswe
2pts0
www.gophp.io 5y ago

Is GitHub Copilot useful for developers?

uberswe
1pts0
www.gophp.io 5y ago

Run your own NameServers with CoreDNS

uberswe
2pts0
preslav.me 5y ago

Generative Art in Go

uberswe
3pts0
github.com 5y ago

Benchmarking the Golang plugin package vs. other plugin implementations

uberswe
1pts0
midiblocks.com 5y ago

Midiblocks – Programming with Face Gestures

uberswe
11pts5
meiert.com 5y ago

A Short Guide to Minimal Web Development (2018)

uberswe
277pts83
gophp.io 6y ago

Minimalism in Web Development

uberswe
2pts0
gophp.io 7y ago

How Switching Domain Registrars Saved Me $300/Year

uberswe
1pts0
gophp.io 7y ago

Automate Customer Feedback over Text Messages Using Go and Slack

uberswe
1pts0
gophp.io 7y ago

How to Run a Go Web Server on AWS

uberswe
1pts0
gophp.io 7y ago

How to use Pi-hole to block all ads on your local network

uberswe
9pts0
www.traviscistatus.com 7y ago

Travis CI has been having trouble with Linux builds for close to 24 hours

uberswe
8pts4
github.com 7y ago

NordeaGo Is a Wrapper for the Nordea Open Banking API

uberswe
4pts0
course.elementsofai.com 7y ago

Elements of AI – A Free Course to Understand AI

uberswe
2pts0
gophp.io 8y ago

How to Make a Cryptocurrency Trading Bot with Golang

uberswe
3pts0
gophp.io 8y ago

How To: Developing with Go on Linux

uberswe
1pts0
gophp.io 8y ago

I tried mining Vertcoin for 1 month

uberswe
1pts0
vtcpool.io 8y ago

How to start mining Vertcoin in 10 minutes

uberswe
2pts0

From experience no AI solution is consistently making fault free code of any kind when you need more than a snippet.

Personally I have been making Velocity Proxy plugins for Minecraft where ChatGPT generates the bulk of the plugin and I fix all the incorrect imports, this is Java. My latest project was a whitelist plugin that uses Discord roles to allow/deny players to join.

Everything pre-2022 is definitely written by humans

I'm not sure if methods like article spinning counts as written by humans. This is something you could automate before AI and it would take a human written article and randomly swap words with similar meaning throughout to make it seem original.

The article mentions that you can get the best gear for free but it will take you about 10 years. So I'm sure you can play it and have fun. If you try PVP however then you would be at a great advantage if you pay money for upgrades.

I disagree with your statement about cryptos biggest use case. However I also want to point out that legal can vary a lot between countries. There is at least one third world country where a woman can't even get an abortion without risking life in prison. If cryptocurrencies can help people who don't have equal rights with more privacy in such situations then I am all for it.

I did something similar on accident. I used to keep all my development work synced with Dropbox and I had a work and a personal account. So any of my own projects would have /Dropbox (Personal)/ in the path which did catch some bugs. Dropbox renamed my folder to "Dropbox (Personal)" automatically when connecting a work account.

It would have taken a little over an hour to walk home and I would have had walking/biking paths and sidewalks most of the way. Close to where I live I would have had to walk on the side of the road but it was very low traffic

I live in a smaller city called Västerås in Sweden and although you will always find problems if you look hard enough. Don’t compare Europe vs US. Compare cities instead and see what they do differently.

In Västerås i lived in the rural outskirts when I was younger and missing the 2am bus meant I had to wait until 6am but I think it only happened once to me.

I also lived in Houston, Texas. I never took the bus because it would take 45 min to walk to the nearest stop. Biking was fun though because I lived near a large reserve but there was always the fear of getting hit by a boar or bit by something poisonous.

In Västerås walking or biking was always easy and felt integrated to the planning of the city. In Houston you had to seek out special areas where it would be nice to walk or ride your bike.

[dead] 5 years ago

So the point of the article is that chrome users should abandon chrome because it's not getting rid of third party cookies when they said they would?

I used to own cheeseonthemoon.com, it was one of my first websites back in high school and I just goofed off trying to be funny. It's still on archive.org where you can read about my theory (misinformation?) that there is cheese on the moon. There was a forum where me and a few friends would discuss random topics.

Copilot is a fancy autocomplete tool for code. I think the controversy comes from it being trained on public repos without adhering to licensing. I used copilot and thought the best part was when it would autocomplete based on other code I was writing. Sometimes the Copilot would help me see places where I had repetitive code which could be turned into a function.

So the article mentions an issue reported by dtjm annd the maintainer answers the issue explainig that the keys are fictional. I don't see any statement by the github CEO about this being an issue as the article says.

If you have access, link to the maintainers answer: https://github.com/github/copilot-preview/discussions/45#dis...

The answer references the FAQ which is what I referred to: http://copilot.github.com/#faq-does-github-copilot-ever-outp...

I have access and hints for entire functions have only appeared from code already in the same file. It uses the file you are in for context.

It also says on their website that the AI may generate api keys that look real but it’s actually just a “fake” key that the AI generated as placeholder.

I have had access for one day, spent my entire Saturday playing with while working on an addon for a game. I find it useful and most of the hints come from other code I have in the same files which saves me time or let’s me know when I’m too repetitive :)

I see the point. I guess our team just puts the barrier for "useful comment" a bit lower than most other teams. I work with software as a medical device products which has requirements for documentation. Some of this documentation is autogenerated from doc blocks and it is therefore part of the review to also review comments.

I understand that my situation will not reflect the average developer. But it is good to see both points of view.

I spend a lot of time reviewing code, I currently review every line of code for 16 other developers.

Obvious comments are great for code reviews because it's a validation that what you intended to do is what your code actually does.

From the article, the comment about adding a vertical scroll bar allows me to review the code and to check that it does indeed add a vertical scroll bar and not something else.

Did the developer intend to require password lengths of at least 8 characters? A simple comment would tell me what the developer wanted to do and then I can verify that it was done correctly.

Fuck Zoom 5 years ago

I thought this would be critical of Zoom and not video calls themselves. Video can be nice at times but in moderation.

Given enough time he is saying a single bad actor could amass 51% and attack the chain. It would also be a very expensive attack as they would risk the value of their stake. A PoW attack doesn’t require the same amount of investment.

There is always a balance between convenience and security. Marketing tends to hate forcing 2FA as it hurts conversions for example.

I think we can do a lot by thinking about only storing the data that is needed and for only the time that is needed. I think GDPR has been a first step in the right direction and it also adds fines for abusers.

I work with a senior front end dev and noticed he wasn’t using any kind of adblocker on his work computer and it surprised me as he was privacy concerned.

He said he wants to see the web like the average user and doesn’t want anything to change the default look.

I’m sure there are people who have similar reasons for allowing tracking.