Details
-
AboutOKESLOT yaitu situs judi daring terbesar dan terus bertumbuh memenuhi hasrat pemain judi yang terkasih di tanah air. Dorong rasa ingin kaya anda dengan bermain gim gacor disini dan menangkanlah bonus hingga ratusan juta rupiah.
-
Skillsjava, javascript, aws
-
LocationIndonesia
Joined devRant on 2/15/2024
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
In a pretty bad mood today. Everything annoys me. Nothing enjoyable happened throughout the day. In the evening after a long walk with my fam decided to go to a restaurant. The kind I like [serving food like my mom used to cook in my childhood].
I picked stewed livers to treat myself - smth I really like.
The meal was SO spoiled by the sauce and spices that I could only taste them and none of that livers taste I wanted so much.
The evening got even worse.
I hope you guys had a better Saturday.12 -
Born too early to explore space.
Born too late to explore the Earth.
Born just in time of the housing crisis and the age of renting everything and not owning anything.6 -
It is almost the end of the first month. How has it been so far? Gaining or losing. Happy weekend
Last Weekend:https://devrant.com/rants/101643025 -
I'm playing a PC game, Yakuza 0, for passing some free time. It's an action game so I get to fight and stuff.
In the latest mission, I'm supposed to run to the supermarkets (different ones too) and get 5 items for 5 NPCs to unlock the story progression.
I'm basically running errands for 5 NPCs.
What the fuck am I doing with my life3 -
So fucking stressed. I've been working on multiple projects at the same time, most of which have no clear goals because the one who assigned them to me doesn't know a shit. Everything is done superficially and without purpose but to make money. I need a break, a long one, and after that the only thing I will have to do is find a new job.2
-
Just had a code review where I commented that we should use linq's ".Single()" here because we don't expect or tolerate zero or multiple matches in this scenario and their response was "but copilot says -" and I didn't know so few words could make me so irrationally angry.7
-
VSCode is doing really strange things to my language server, in such variety that I'm starting to suspect that it's simply incorrect because it's very unlikely that I'd misunderstand so many distinct things at once.
- The trace level is verbose, yet VSCode absolutely spams the LS with trace: off requests
- the capability update request I used to set file watchers never gets a response even though the standard clearly states that all requests must get responses or progress reports quickly, and I'm not getting file updates even after vscode responds to a file system change. By the way, if file watching is a capability, why can't I set it in the protocol handshake with all the other capabilities?
- my semantic token provider (used for syntax highlighting) is simply ignored, no requests, no errors
- the debug console is spamming editor internal errors2