HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pRusya

no profile record

Submissions

So, you want to be a darknet drug lord (2015)

pastebin.com
23 points·by pRusya·il y a 3 mois·4 comments

Programming Language Checklist (2011)

mcmillen.dev
2 points·by pRusya·il y a 9 mois·0 comments

Burbank Airport air traffic control tower unmanned on Monday evening

abc7.com
11 points·by pRusya·il y a 9 mois·1 comments

comments

pRusya
·le mois dernier·discuss
The Chime team is still busy. They released a new version just two weeks ago!
pRusya
·il y a 2 mois·discuss
It had good departure times both mornings and evenings.

And it was cheap, so you could book a next day flight without paying multiples in premium.

It was fun and affordable to fly out of state in the morning, spend a day exploring another place and get back at night.
pRusya
·il y a 3 mois·discuss
A good read. Not that old and I think it still has valuable points in the age of surveillance. You don't have to be a criminal to make use of it.

Edit: Previous discussion https://news.ycombinator.com/item?id=30788530
pRusya
·il y a 3 mois·discuss
Thank you for letting me know. I should definitely catch up on current state of affairs.
pRusya
·il y a 3 mois·discuss
The US has stepped into a huge pile of shit in this round. And instead of getting out fast, they just want to jump dive into it.

Some American people don't know that US misfortunes are celebrated elsewhere. 911 became a holiday in some regions. And if American empire falls down, I feel like at least half of the world gonna celebrate that.
pRusya
·il y a 3 mois·discuss
Azure is when you have a different version of the same product/api in each region.
pRusya
·il y a 3 mois·discuss
It's a nice read. Thank you for sharing this.

> Microsoft, meanwhile, conducted major layoffs—approximately 15,000 roles across waves in May and July 2025 —most likely to compensate for the immediate losses to CoreWeave ahead of the next earnings calls.

This is what people should know when seeing massive layoffs due to AI.
pRusya
·il y a 3 mois·discuss
A story older than Nepal (misleading tourists). And an article from 6 months ago shows how the govt treats its own people with more examples in HN discussion. https://news.ycombinator.com/item?id=45166972

What is less discussed is what happened to people who were able to identify the scam and refused to let it happen.
pRusya
·il y a 5 mois·discuss
HN is like an art gallery full of critics. You can be interested in some works or people, even romanticize it. But no one really cares about a gallery or industry in general. We are all just entertaining each other here.
pRusya
·il y a 5 mois·discuss
I'm using gemini.google.com/app with AI Pro subscription. "Something went wrong" in FF, works in Chrome.

Below is one of my test prompts that previous Gemini models were failing. 3.1 Pro did a decent job this time.

> use c++, sdl3. use SDL_AppInit, SDL_AppEvent, SDL_AppIterate callback functions. use SDL_main instead of the default main function. make a basic hello world app.
pRusya
·il y a 5 mois·discuss
I worked at a countertop shop and used a sliding rule a bit. But I also used a sticky paper with marks to get measurements off my screen. A lot of blueprints provide no dimensions for cabinets and desks.

Countertops is an industry with all the modern tools but 5000yo approach.
pRusya
·il y a 5 mois·discuss
It's the opposite experience for me. Gemini mostly produces made up and outdated stuff.
pRusya
·il y a 6 mois·discuss
Definitely good for customers. A bit more stressful for CPT chasers and PPQA. Missing PAD time and delayed shipment is a daily issue because of 0 inventory. I wonder how they gonna change workflows for stow and pick dpts.
pRusya
·il y a 9 mois·discuss
You can fork the source code, but you cannot fork engineers and paychecks from Google and other interested parties.
pRusya
·il y a 9 mois·discuss
Personal experience after living in Columbus for a few months - it felt like everybody was driving drunk and/or distracted by default. Columbus, Dayton and Cincinnati were not very fun to drive around and taking unprotected left turns felt like a gamble.

On the other hand, Amish communities had glass-smooth roads and people were careful when passing horse carriages.
pRusya
·il y a 9 mois·discuss
I wish there was something like this for Salt Lake City. I have to schedule my trail runs at weird times. Otherwise you bump into people on the trail non-stop. The amount of foot traffic in the mountains is crazy all year round.
pRusya
·il y a 9 mois·discuss
And covered by universal basic income.
pRusya
·il y a 9 mois·discuss
> So Zig is as expressive as C++. but not only safer, but also much simpler, and compiles faster

Tbh syntax-wise Zig feels more cryptic[1] at first than C++.

[1] e.g. `extern "user32" fn MessageBoxA(?win.HWND, [*:0]const u8, [*:0]const u8, u32) callconv(win.WINAPI) i32;` from https://ziglang.org/learn/samples/