Ok I am dumb. It makes the language simple.
but it does leave a hole..a long hour of finding the error was capital name of the function
Posts by Meet Gor
Oh so Go took inspiration from C# for public and private class variables (package level) for convention of PascalCase but skipped the type naming as private or public.
Really easy to mess up that... cannot rely on just people's eyes for figuring out based on case.
Or I am dumb
@taggart-tech.com take my money for writing this article, what a banger!
taggart-tech.com/reckoning/
I think we are a few months away from people realizing, oh shit this is crap code! We need some people who can understand this? What are those called? oh the people that get paid for editing text on the screen! I thought they were dead
Was a bit curious, a bit overwhelmed. Sat down, made and then wrote about it(8k words by the way, new ath, no ai was harmed in the process)
What do you think?
www.meetgor.com/posts/flight...
probably sifting the good and truthful data was not quite done from the internet from which it was trained on
we see a lot of code and discussion with bug that point factually wrong but have text and conversation that say it was correct (assumptions)
Screenshot showing an LLM agent (amp) unable to run tests in a golang repo, and saying "forget tests, the logic is sound.". Typical developer like vibe in coding agents
well well well!
forget the tests! LGTM
We know where it comes from🤔
no, editing is
I am looking forward to connecting to anyone who is looking for an enthusiastic person and nerd about things in detail
I have worked with golang extensively in the past 3 years be it side projects or open source projects.
I love building and tinkering with apis, databases and clis in the terminal.
Learning to adopt the new techniques to develop faster and effective software.
At solar labs
I worked deeply in backend system for
- developing time of use and analytical apis and dashboards
- optimized database queries by 7% by the heavy loaded endpoints
- developed automation scripts and excel reports on the platform for user facing dashboards
Previously I have worked at
- Docsumo
Improved financial document extraction using llms by 27%(numbers not important to me, the care and the dedication is)
Created apis and services for financial analysis on the platform
Lead the reasearch and development for fraud and categorisation services
Life is cruel,
you do everything right, yet you are set barefoot in the forest for 14 years
A bunch of .md files making scifi a reality, what a time to be alive.
AI labs ceo predicting the number of months away from the developer free world is like a developer giving an estimate for his task.
"It will be done in 2 week, probably" maybe*
Cursor doesn't count the non-interactive actions while working inside the agent. Wow! What a shame. Vibe coded perhaps.
I don't manually accept diffs, they're already there, so i just read as it hives the green red background more info if i accept it i forget.
Sigh!
Oh my god!
I just finished writing a novel (draft 0)
Here goes the 2025 year into the past
A quite revolutionary year for software development, it just changed the way I thought about software.
It leaves us with a gazillion things to learn
#2025wrap
meetgor.com/2025-review
- Rohinton Mistry
I wanted diwali vibes indian stories, thought not quite i wanted, but the mood, the nostalgia and the emotion was all I needed. The book had put me in questions that no one ever can. The perspective of a family is not confided in four walls but four relations
- Toshikazu Kawaguchi
The sweet tales of time travelling cafe are so wonderful and almost gives a cope(escapism) from the world yet puts you on the path to still walk for your people. Such a beautiful blend of reality and fiction. I can't believe I read 5 books in a series
Some authors have stood out to me these year that I would be forever grateful for
- Ami Ganatra
Ramayana, Mahabharata, she bought facts, relatable views and modern day links to the tale, all 3 books are like gateway drug to indian mythology. I now need to read the actual legends
Wow!
I read 6 books in 2024
and in 2025?
23
Couldn't have been a better year.
I have thoughts on why I read like a monster!
I want to sit and write about each book, i have notes and couldn't put more words for the feelings these authors have written
Really a huge shoutout to @aaronfrancis.com for teaching it enthusiastically, its contagious! Can't wait to add more to my sqlog series, diving deeper into SQLite.
The lore in the problems was epic! I am inspired to create something like that!
And many naunced things that I think are quite lame to share it.
But anyways, I loved these problems, the soptify wrapped like artists problem was sooooo good.
I actually felt I understood and solved something really cool, something real!
The missing dates, so many cool problems!
8. Calculating rolling averages with sliding window using window functions
9. Full text search in SQLite
10. Counting the number of occurrences of a word in a string
11. Recursive CTEs to traverse a network like path
4. Window Functions (like groups but more customizable)
5. Generating series of dates in SQLite using recursive CTE
6. Using json functions to extract list and key-value pairs from json string
7. CTEs in SQLite cannot have DELETE or INSERT queries (sigh! ruined day 10 solution)
What all did I learn?
1. JOINs (the crucial difference in lift, right and inner join)
2.CTE and Subquery (those are the same things, CTEs help you to reuse and name it as sub-query)
3. UNION and UNION ALL (why even have union all hhh?)
I completed a advent challenge for the first time (it was just 15 days, I feel happy and sad about that)
But I am mostly happy and content with the things I learnt and got to do in SQL.
I know can confidently say, I know the bare minimum SQL!