Readit News logoReadit News
pbosko commented on My business might have 32 days before it's shut down by NYC [video]   youtube.com/watch?v=5oDjS... · Posted by u/xbmcuser
mensetmanusman · 5 years ago
It seems one of the disadvantages of not paying for something…
pbosko · 5 years ago
So, you're not paying taxes?
pbosko commented on NASA finds Neptune moons locked in 'dance of avoidance'   phys.org/news/2019-11-nas... · Posted by u/dnetesn
pbosko · 6 years ago
Could this cause a natural occurrence of resonance cascade?
pbosko commented on Ask HN: What are unintended consequences of new tech you've noticed?    · Posted by u/coloneltcb
gorgoiler · 6 years ago
Journey time calculations in Google maps, Uber etc. mean no one I know is ever on time.

If you need to be somewhere at 8:30 and the journey “takes 17 minutes”, one psychologically sets 8:13 as the deadline for leaving the house. You pick up your keys at 8:13, actually leave a few minutes later, hit traffic or take a wrong turn or two, and end up crossing the threshold at your destination fifteen minutes late.

It’s no big deal and quite a grumpy old man thing to say, and I also don’t know if tech is the root cause, but squeezing travel into unrealistically small and algorithmically created windows of time has killed most people’s sense of punctuality, including mine if I’m not careful.

pbosko · 6 years ago
Google's estimation for my country is always less than what is achievable if you stick to the speed limit. I guess they calculate it based on other drivers.
pbosko commented on FaceApp Now Owns Access to More Than 150M People's Faces and Names   forbes.com/sites/johnkoet... · Posted by u/ElectronShak
eitland · 7 years ago
> I grew up getting a lot of "evil commies" messages in US American media and I'm not even in USA

There's more than one reason for that, here is one that might be easy to overlook when someone is critizising USA with good reason:

America is not perfect but as a citizen and compared to the bad old commies it was mostly really good.

See https://en.m.wikipedia.org/wiki/The_Gulag_Archipelago

pbosko commented on Ask HN: How much do developers earn in Europe?   docs.google.com/forms/d/e... · Posted by u/ciaoben
pbosko · 9 years ago
Why did you focus on EU only? What about Norway, Switzerland, Iceland, Serbia, FYROM, Albania, Bosnia & Herzegovina?
pbosko commented on How to Write a Git Commit Message (2014)   chris.beams.io/posts/git-... · Posted by u/deyton
pbosko · 9 years ago
My team uses task number and title as a commit message. We just can't fit all the description from task into one line of comment. So, when we look at git blame - we get a reference to a task in project management tool where we can find all the reasons behind a given change.

If there are more commits for the same task, all of them bare the same commit message. After each review, we add a comment to project management tool. That way we focus only on newer commits when performing another round of reviews.

Every other attempt to describe changes and intentions in one line seems doomed to me.

pbosko commented on A Genetic Fix to Put the Taste Back in Tomatoes   nytimes.com/2017/01/27/sc... · Posted by u/ust
pbosko · 9 years ago
You should try importing tomatoes from Eastern Europe. They are still very tasty over here. :)
pbosko commented on Twitter may receive formal bid, suitors said to include Salesforce and Google   cnbc.com/2016/09/23/twitt... · Posted by u/kgwgk
panarky · 9 years ago
Problem #1: 90% of Twitter is shit [1]

Problem #2: It's expensive to support millions of users who post shit

Problem #3: Twitter's revenue base is too small for its cost base

Solution: Eliminate advertising and charge $20 per 1000 tweets. Free to read, costs a tiny bit to tweet.

People who post shit will disappear. People who have an audience and something to say won't bat an eye at this low cost.

If this weeds out 80% of the shit while keeping 80% of the good stuff, Twitter will simultaneously shrink their costs while growing revenues to become a sustainable business.

With this model, Twitter is a $1 billion per year profitable business [2] with a much higher signal-to-noise ratio. [3]

Improve the signal-to-noise ratio and Twitter becomes THE place to be for all kinds of communities. That means a return to growth and higher rates per 1000 tweets.

[1] https://en.wikipedia.org/wiki/Sturgeon%27s_law

[2] Start with 200 billion tweets per year. 90% are shit, and 80% of these go away, leaving 36 billion shitty tweets. 10% are good, and 80% of these stay, leaving 16 billion good tweets. 52 billion tweets in total, monetized at $20 per thousand is a billion bucks a year.

[3] Signal-to-noise ratio before is 1:9, after it's 1:2.

pbosko · 9 years ago
Introducing mandatory charges for tweeting will probably hurt their user base and they'll lose some value. But they could always make a combined approach, having first 5 to X tweets per month for free.
pbosko commented on An Important Message About Yahoo User Security   yahoo.tumblr.com/post/150... · Posted by u/runesoerensen
elorant · 9 years ago
There’s one thing I don’t understand with this “state sponsored actor”. Say you are an oppressive regime and you target activists who use yahoo mail to publish your dirty laundry. Why on earth would you hack half a billion accounts just to get access to a few dozen ones? Doesn’t make sense. You attract too much attention. A thing like that would never go unnoticed. If on the other hand you’ve found some exploit and target specific accounts which are numbered in the tens, say hundreds, you can easily get away with it.

BTW, I don’t know if it’s coincidental but just yesterday I received a notification from Yahoo to disable access to Mail from third party apps.

pbosko · 9 years ago
Maybe you are NSA and you say "All your data are belong to US", as discovered by Snowden.
pbosko commented on Introducing the Firefox debugger.html   hacks.mozilla.org/2016/09... · Posted by u/clarkbw
ars · 10 years ago
I don't know if anyone from the team is reading this, but I'll tell you want I want from a Javascript debugger:

I want to be able to modify/add code, try it out, then rewind, and try something else. Then save my changes once they work perfectly.

Simply setting breakpoints and watching variables is nice, but I can do basically the same thing by echoing/console.log'ing things. If you are going to go to the effort of making a debugger, then make it do something I can't do another way.

pbosko · 10 years ago
This reminded me of Timeless debugger that I heard of over here on HN (https://news.ycombinator.com/item?id=11385241): http://qira.me/

Having all the states and being able to see execution in the past blows my mind. Every debugger should support this.

u/pbosko

KarmaCake day35March 6, 2012View Original