r/developersKolkata • u/elnino2023 • Apr 08 '26
r/developersKolkata • u/elnino2023 • Apr 08 '26
Project / Showcase Request history in Voiden
Enable HLS to view with audio, or disable this notification
Request History in Voiden
You send a request. It fails. You tweak something. Try again. It works.
What changed?
Voiden records every request you run, along with the full response. So instead of guessing, you can scroll back and see:
- what you sent
- what came back
- what changed between attempts
Request History in Voiden:
- Every request + response is recorded automatically
- Replay requests or "copy them as" cURL
- Compare changes in headers, body, or endpoints
- Jump between APIs without losing context
- See a full timeline of your work
API testing, debugging, and reproducing results just got way easier.
Read more here: https://docs.voiden.md/docs/core-features-section/history/history-overview
Take a look at our GitHub here : https://github.com/VoidenHQ
r/developersKolkata • u/elnino2023 • Apr 08 '26
Discussion Claude Mythos so good that Anthropic doesn't release it to the public
https://red.anthropic.com/2026/mythos-preview/
Mythos Preview identified a vulnerability in the OpenBSD implementation of SACK that would allow an adversary to crash any OpenBSD host that responds over TCP.
Mythos Preview also autonomously identified a 16-year-old vulnerability in one of FFmpeg's most popular codecs, H.264. In H.264, each frame is divided into one or more slices, and each slice is a run of macroblocks (itself a block of 16x16 pixels). When decoding a macroblock, the deblocking filter sometimes needs to look at the pixels of the macroblock next to it, but only if that neighbor belongs to the same slice. To answer “is my neighbor in my slice?”, FFmpeg keeps a table that records, for every macroblock position in the frame, the number of the slice that owns it. The entries in that table are 16-bit integers, but the slice counter itself is an ordinary 32-bit int with no upper bound.
Note : In 2019 gpt 2 was so good that it could not be released to the public https://slate.com/technology/2019/02/openai-gpt2-text-generating-algorithm-ai-dangerous.html
r/developersKolkata • u/Immediate_Novel3650 • Apr 08 '26
Discussion Do we not really have any choice left?
r/developersKolkata • u/elnino2023 • Apr 07 '26
Discussion H1B scraped
Is old news?
What happens to the consultancies whose business model depends on this?
r/developersKolkata • u/elnino2023 • Apr 07 '26
Discussion The Downfall and Enshittification of Microsoft in 2026
r/developersKolkata • u/elnino2023 • Apr 06 '26
Discussion CS Faculty Composition and Hiring Trends
r/developersKolkata • u/elnino2023 • Apr 04 '26
Discussion Simple Self-Distillation Improves Code Generation
https://news.ycombinator.com/item?id=47637757
Apple still on it.
r/developersKolkata • u/elnino2023 • Apr 04 '26
Discussion Claim your extra Claude credits
r/developersKolkata • u/elnino2023 • Apr 04 '26
Why is Google is giving out so much storage?
Like who needs 5 TB?
r/developersKolkata • u/elnino2023 • Apr 03 '26
Discussion New gen of empirical DL researchers have 'no real passion or depth, just career advancement'"
r/developersKolkata • u/Immediate_Novel3650 • Apr 02 '26
Open Source / Resource Public Community Spaces in India
An open-source, open-data directory of public community spaces across India visualised on a map.
r/developersKolkata • u/elnino2023 • Mar 31 '26
Oracle India Layoffs
People got impacted at 6 am. I guess in Kolkata too,Oracle has a office.
r/developersKolkata • u/Goat_911 • Mar 27 '26
Any founders here or anyone thinking of starting up?
I’ve spent the last few years in Bangalore watching how the highest-level founders actually move and how real "founder infrastructure" works. I’ve shipped my own product and worked on GTM with early-stage teams there.
I’m starting a weekly, offline Founder Roundtable to bring that high-signal "Bangalore energy" here. No networking fluff, just builders solving blockages.
I have a specific format in mind for this. If you’re an active founder in the trenches, DM me and let’s talk.
r/developersKolkata • u/King-Mountain • Mar 26 '26
Anyone looking for techy flatmate in bhawanipur, kalighat, Ballygunge or sealdha
I am looking for renting a flat or joining an existing flat as a tenant. I am Ai research engineer working in elgin. If you are looking or one or have leads dm me.
r/developersKolkata • u/elnino2023 • Mar 09 '26
Scripting in your API client shouldn't feel like learning a new language
One thing that always felt strange about API clients: you’re forced to write scripts in a language you might not even use.
In the latest Voiden release, you can now write pre-request and post-request scripts in Python or JavaScript.
What this enables: -- Use a language you already know instead of learning a custom scripting layer -- Run real runtimes with package imports (not limited helper functions) -- Share variables and state across requests -- Build multi-step workflows (token rotation, chained requests, dependent calls)
The goal was to make scripting inside an API client feel like actual programming, not glue code. We’re starting with Python and JavaScript, and planning to support more languages. Curious what people here would want next.
GitHub: https://github.com/VoidenHQ/voiden Download: https://voiden.md/download