HackerTrans
トップ新着トレンドコメント過去質問紹介求人

icod1

no profile record

コメント

icod1
·4 年前·議論
Or why you should not use chats but use forums or QA setups.

Use something that can be searched, and doesn't require one to have an account to read the messages and/or search.
icod1
·4 年前·議論
Reading through the comments, most of you are either new to Go or new to web dev in general. Only that would explain how this SHITSHOW of a "framework" would get any praise at all.

What he copy/pasted already exists, only better.

The HN audience doesn't seem very sophisticaed. Hell even reddit's /r/golang is better informed than HN in this regard. Just read through all the issues people have with gorm and if you've ever did any real Go development you would not pick gorm as the default database package in the first place.

Amateurs all of you, I'm seriously sick of your unprofessional lack of knowledge and experience.

HackerNews my ass, more like NoobNews. GTFO
icod1
·4 年前·議論
icod1
·4 年前·議論
you can disable privacy extensions if you don't want "rotating ipv6 addresses everywhere"
icod1
·4 年前·議論
There's food (aka good tasting food, which was exposed to the sun and grown in the open) and there's FoOd (aka tastes like water, grown under glass).

Most of the food you can buy nowadays, even on "local markets", is the latter variant. Cheaply produced without taste or value that lasts for weeks without going bad. Unhealthy food. And it's making us more stupid because we don't get enough of the nutrition we usually would.

I remember the story about 2 girls from India who moved to the UK. They would get ill and no reason could be found until someone had the idea that the food in India was actual natural food, and the food in the UK was this watered down food.

How often do you eat a tomato nowadays that tastes like a tomato and not like a watermelon without the taste?
icod1
·4 年前·議論
[flagged]
icod1
·4 年前·議論
And rightly so
icod1
·4 年前·議論
Why would "Knight" get censored?
icod1
·4 年前·議論
I didn't understand half the things you wrote. What's a company in the mid market? (nm I looked it up) What cruft? Not a native English speaker, you way of expressing yourself is hard to understand for me. DX?

Are there really things built by 100 people, if so, why do you need 100 people? Why can't you do with 1 lead 1-2 database guys 1-2 code monkeys? Why can't this be done in a monorepo and a monolith? Why does it have to run -in-the-cloud- on other people's computers?

I had a project that was ranked in the top 1000, according to Alexa, on a single server. But it didn't bring in enough revenue and took up most of my time so I shut it down. I re-launched it 15 years later but it's dead. No one knows or remembers the domain anymore save for bots who keep hitting those "fkk-sex-nude-porn" etc spam links.

Back then you could make a site popular with 1€/day on Adwords, nowadays ... lol, this won't even lead to your ads being displayed, anywhere.

Go can handle 500 million visitors per month on 10 year old hardware (= 1 server). Which "mid market" company has 500 million visitors per month?

Writing websites/apps isn't complicated. For me anyway. You figure out the data models, write the use cases and you're half way. The other half is writing the display layer to make use of that data.

You make it all sound like the requirements or the product is different. It's not. It's all the same. You can have observability without k8s. You can scale without k8s. You don't need a managed database. Man this stuff is simple. It's people how are trying to sell you cloud and microservices and whatnot that make it all sound so hard. A good software developer if spending his knowledge and lifetime to build something for you that is built to last, because you can't apparently do it yourself or don't want to. It will last even when he isn't part of your company anymore. He could've built the same for himself and monetize it, instead of bowed down to you (not your personally) and opted for steady income.

I understand how, let's be honest, when we talk DevOps we mean k8s, so I understand how sweet a siren's song k8s sings. But it's ultimately a waste of resources. It's a solution asking for a problem. Until you reach proportions that require k8s you'll be completely satisfied with a 3 server setup, that is Go and pick a database. I promise, I guarantee.

That 5-7k/m project had 30 people concurrent at most. It had 30TB/m outgoing traffic at most. How much does 30TB egress cost in GCP,AWS etc? It used to be about 3k, I believe it's 1/3 of it now.

Why would the principles that are valid for a "small" project not apply to a "mid market company"? More features? So what? The principle remains the same. Boring, same old. Data models, wrappers, display layer. It's the same for all, your beloved FAANG, mid market, small business, single owner.

Whatever.
icod1
·4 年前·議論
I had a github profile once, but a conflict with the Go team lead to my account being blacklisted (flagged). So I deleted 150+ repos from it and the account. I host my own gogs and recently gitea instances now and there is little public code there. The public code is not representative and I won't give you access to my private code.

I also won't do pre-noon interviews.

If you start pressuring me I'll revoke the application.

You can be lucky I even applied to your company, despite all the bs buzzword requirements you have posted you have no clue about what they mean.

I am very angry at current hype driven job ads. And yes I wager they're more of an ad for the company than actual job ads.

From some ads where I sent my application to I have never even heard back, which means they probably sold my info.

Even reading all those job ads is tiresome. Most don't even write if they're ok with 100% remote. Most don't even write if it's ok to not work 100% full time. Most don't write how much they're willing to pay. Most job ads are just a waste of time spicked with bs trendy buzzwords.

I'm so pissed at the whole state of everything.
icod1
·4 年前·議論
My 2020 looks like this:

no docker no k8s

1 server

  git repo
  /var/www/domain_name
  git clone git_url /var/www/domain_name/backend/
  cd /var/www/domain_name/backend/
  go build
  
Updates

  git pull
  go build
  systemctl restart domain_name.backend.service
I pay 46€/month and I'm looking forward to halve those costs. Server load is mostly <0.5 I call this the incubation server. If a project takes off I rent a more expensive, but dedicated, server. It's very unlikely that I ever need more than 1 single server per project.

I will never write microservices, I can scale fine with a monolith. Lately I even moved away from JS frontends to render everything with Go on the server. Yeah it requires more resources but I'll gladly offer those resources for lower response times and a consistent experience.

Sadly companies that are hiring don't see it that way. That's ok. I'll just stay unemployed and try building my own stuff until something succeeds again.

I had a 7 year long project that brought in 5-7k€/m. The server costed 60€/m. I can do that again. I know it's not your kind of scale or income level, but it allowed me to have a good life living it my way.
icod1
·4 年前·議論
But it does have way to query, if you of course only know SQL and didn't bother to learn the MongoDB way to query then for you, the uninformed outsider, it might seem complex. But so does ArangoDB or Neo4j or GraphQL.

Like, if you were never exposed to rxjs and are now trying to build things with it doing

  $stream.pipe(
    switchmap(),
    filter(),
    etc(),
  )
It does seem more complex than

  stream.map().filter().etc()
but it's only so because you haven't put in the effort to learn that way.
icod1
·4 年前·議論
1. MongoDB is not complex, the driver structure sucks.

Example Go's mgo driver by Gustavo Niemeyer was simple and effective, but abandoned. The official drivers is unnecessarily complicated. And Go's need to have "context" everywhere adds to this, but MongoDB is not complex. Idk I'm not some super genius and picking up MongoDB was really easy. Querying (aka aggregation pipelines), you have to think of that as "pipes in bash". It's in the words aggregation pipelines. find | groupby | sort | filter | select. Something like that. It's not SQL it's different, but not complex, sorry.
icod1
·4 年前·議論
The troll clickbait titles always get the most comments
icod1
·5 年前·議論
I would've written more but I was always getting "This comment is too long"

Also the above post is not formatted the way I wanted it
icod1
·5 年前·議論
SEEKING WORK | EU Germany UTC+1 | Remote Only jack of all trades web developer, full-stack, 17 years of experience NOT a designer

German, English, Serbo-Croatian.

I do: - Frontend with lately Vue/Quasar (~3/4 year) keywords: REST RESTful Vuex Vuex-ORM past experience: Angular (~3 years) ngrx ngrx-data Flutter (1 project) grpc Svelte (2 small projects) Classic HTML/CSS websites

- Backend with Go since 2013 past experience: PHP (11 years and then some) Java Spring Boot (1 project)

databases used: PostgreSQL, MongoDB, MySQL

I created a resume at https://resume.icod.de/ but it's in German. I didn't get around to update it with i18n yet.

I'm also open for classic employment.