If AWS denies you, you go sign up at any of their competitors or buy your own servers and plug them into the internet
And then your ISP kick you out.
HN user
If AWS denies you, you go sign up at any of their competitors or buy your own servers and plug them into the internet
And then your ISP kick you out.
Opened the article and decided to try out the "Listen to this story" section.
After reading the article name and author, it proceeds to state "This is an AI generated narration".
Well, well, well.
Story points are in fact time, and I'm tired of pretending they're not.
You can sugar coat it all you want and say they represent complexity, but at the end of the day(or sprint), the higher the complexity, the more time it takes to complete.
Does not work on Firefox/Windows 10.
Or maybe people just have different experiences?
I ran teams on a fairly powerful i9-equipped MacBook Pro and it was unbearable. Couldn't even scroll up to older messages without it freezing up, the integrations with Office 365 were also really slow.
I wonder if airports would accept an Instagram verification badge as proof that he's not a terrorist.
Hold on, no one dare steal my new business idea.
They did participate in a fraudulent scheme to obtain the badges. If they had been verified for their real accomplishments they would still have it.
Consider the following lame analogy:
A man who has been working as a programmer for 30 years has no diploma because he is self taught. He is having trouble finding a new position because for some reason companies are asking for a degree in a related field. He decides to buy one from a sketchy random university. People find out about the scheme and the diploma is invalidated. Should he be able to keep it because he probably knows everything he would be taught at university?
This article is the equivalent of gossip magazines saying some random celebrity died because they haven't been seen in a week.
But shouldn't the cost go down for the company as well? Now they no longer need to use office space to accommodate you or provide you with a space to eat/bathroom/take breaks. Rent in the valley is a nightmare and companies could save a lot by not needing a physical space for the entire workforce.
Been working from home since march and never had a problem to switch off from work. Some days I would be working on something I consider fun and stay a bit later than usual, but most days I just move my chair 1 meter to the left to my gaming computer and go play something.
"The Posthumous Memoirs of Brás Cubas" and "Dom Casmurro", both by Machado de Assis, were required reading during the last 3 years of school in Brazil. It is common for college entrance exams to use the books as example for questions.
I forgot most of the plot because I only read it for school, maybe I should revisit it now that I no longer dread reading.
User-side calculation makes it prone to hacking.
Is that even an argument? HN is obsessed with Japan just because the search returns more results?
Maybe that's because Japan is more relevant when it comes to technology compared to African countries?
I've looked at Bazel some time ago but it was lacking full Swift support. There's some mentions to Swift scattered across the docs but some of them lead to 404 pages[1].
Has anyone gotten a Swift + Objective-C project running on Bazel or should I stay with Facebook's Buck?
[1] https://github.com/bazelbuild/rules_apple/blob/master/doc/ru...
Edit: Found the correct links for the Swift/Apple support docs.
Impossible in the Apple ecosystem without jailbreaking your device. Which hasn't been viable for at least 6 years.
Reminds me of the old Dota2 Fountain hook glitch. A Valve employee commented that they deemed it "Too hilarious to fix"[1]
They eventually patched it after a pro player abused it to turn a game around at the International 3[2]
It's a shame because 6 years later it's still one of the best moments I ever witnessed in the game.
[1] https://dev.dota2.com/showthread.php?t=2989&p=11512&viewfull...
The doubling gold is also famous in Runescape, but they don't pretend to be an NPC, just someone doubling gold for free. I usually did it once with a low amount and then stopped so I always came out on top.
Can this be flagged as clickbait? They are not living, they are in cryptobiosis. Even though experiments have shown that they can come back to life after a long time in this state, nothing can guarantee that they are actually still alive.
404 in Brazil too
The repetitive tasks are the fun aspect for many people. If it isn't fun for you, you have two choices: Either quit the game and find something you actually like, or use bots and ruin the fun for other people that like the game.
Rockstar
still care about telling single player stories in videogames
Yeah, no. They released GTA V simply to use it as a platform for their microtransactions. They knew releasing an online-only game would not work.
This is why COD still has a half-assed campaign mode attached to it.
This is why Fallout 76 failed miserably.
Thank you for reminding me how much I hate regex
Last year the metro in São Paulo - Brazil, started playing classical music inside the trains and stations and no one understood why.
Makes sense since they always try to copy stuff that worked elsewhere, but I've seen more people mad at the decision than supportive of it.
Wouldn't it be better to just use a magic square[1]?
Is minimax more efficient or is the author simply using the game to describe the concept behind the algorithm?
Looks like this guy excels in his field.
Jokes aside, I can't fathom having to consult a thousand page manual to deal with this stuff, I can barely read the README.md for a framework that I want to include in my project.
Your friend is a mad genius. That's so brilliantly absurd but aligns so well with my experience in interviews that I can't dispute it.
Last week I noticed that when I tried to create a Date object in Swift using a Date Formatter and passing in a string with the date where DST starts in my country it would crash my app.
extension Date {
static func fromString(_ string: String) -> Date {
let formatter = DateFormatter()
formatter.dateFormat = "yyyy-M-d"
return formatter.date(from: string)! ///Force unwrap because I never pass invalid strings.
}
}Even though I was passing a valid string it still crashed because it couldn't parse it into a date. I solved the problem by adding a random hour to the date(All that mattered to me is the day/month/year so I just don't use the hour/minutes/seconds).
I wonder if it's the same bug causing a boot loop since it's being used by iOS itself.
I think Crashlytics still doesn't work very well for logging unusual but not crashing program situations.
Have you tried
Crashlytics.sharedInstance().recordError(error)
I use it to log errors on API calls in my projects. It comes in handy when I'm using third-party services and they decide to break something on their end.life is full of shit you can't control
Pun intended?
The real draw of Minecraft comes from a number of core features, most importantly the crafting and the survival needs that motivate the crafting and building.
Minecraft became big way before survival. I remember playing for hours on Classic just building stuff with unlimited materials and talking to random people about their buildings.
Just go to any creative mode server and you will see that crafting/surviving is just a minor part of the game.