You can expose the browser port via ssh, with a command line flag like `-L 8080:127.0.0.1:8080`. So you can still preview locally
HN user
avbor
This is just another tool to find people you follow on Twitter that migrated to Mastodon. So it's still the first sentence you said.
Well I think the joke is that your skin will let you know once you pass the ivy whether it's Poison Ivy or not.
Depends - on YouTube, there's definitely a lot of channels that encourage engineering and science of some kind, though not always in a safe way. We had Shitty Robots into just general engineering with Simone Giertz, William Osman and Michael Reeves with their dumb robots.
I would definitely include some of Simone's builds in the super serious club especially now, but Mark Rober and Build Stuff Better definitely have a more engineering focus to their videos.
Most other compiled languages do dead code elimination, which sounds similar but is a little different. Think of dead code elimination as removing code that doesn't change the output, while tree shaking instead includes code that could run.
To apply this to python is interesting - if you were creating a packaged version, I could see "compiling" the code to a separate package with only the required imports.
Don't worry, won't be likely to happen - the ads that are displayed now as banners are literally bid on when it's loading, so at most the ad serving code would be bundled, but you would still be able to block the binaries they load.
More work to be done, but Mozilla DID get Jupyter Notebook to run on the web with WASM.
https://hacks.mozilla.org/2019/04/pyodide-bringing-the-scien...
Previously discussed here:
Did they finish rolling them out? I know that is (was?) the plan, but when I interviewed last year at the Santa Monica location, they only had whiteboard.
Not only that, but if you're on Python 3.7 you can use breakpoint() without any imports, which is even shorter.
The English language is pretty large. There are a good number of alternatives to using the word he did that would be safe. He didn't have to use that word, but either did because he uses it often and is comfortable with it, or purposefully thought it would be a good use there. Both of which are questionable.
I'd also argue that Patreon isn't obligated at all to help him earn money here. It's not a employee employer relationship here, and they can choose to not to continue to help a person that they deem harmful to other customers.
In python 3.6 and up, that becomes
def example_cheater(color, flavor, age):
return f'I am {age} years old and I like to wear {color} hats and eat {flavor} icecream'
Even nicer!It blows my mind that the original link wants to charge 35 dollars for one day of access for this.
Instagram actually has a program for stubbing existing code called MonkeyType. It requires running your code to collect the data, and then after your run finishes you can then apply the new inferred types to your program.
I think because they're aware Microsoft released a patch for Windows after XP, they're thinking as though XP can be the only one affected by the ransomware. As we've learned, that logic doesn't work since people turn off updates.
I disagree with this. I don't think it makes sense to make the problem space harder and include translating screenshots into a resulting keyboard input when you can look at the memory and figure out the same information. That's an entire problem of its own, and I really don't understand why people keep ignoring that. Or is the issue that with the amount of information being supplied, it's too revealing? In which case, would limiting the amount of data being passed in to just, map, positions of the players, their current moves, and direction of the current move be okay in your book? Or is even that too much information to give.
Well, Riot solved that by getting rid of Dominion. ;) But seriously, they were mainly present in the game mode mentioned, and now in Co-Op vs AI, just because they want to level the account and sell it. Doesn't really affect the majority of the population until selling point, and once it's been sold, it's easy to tell a botted account.
People usually switch after a year and a half of being on a team, but not much different than that.
Moving from Python to Go seems to be the thing that happens once you need your Python to be more performant.
I'm not familiar enough with compilers, but why would an ahead of time compiler perform worse than a just in time compiler in a static language? I think I'd understand if it was a dynamic language, because you can't know the types for sure until you start running the program, but are similar issues present for Java?
Target actually did something similar, though their intent was to eventually find better ads for families who were expecting. In their case, fully deanonymizing and being straight forward - straight out advertising baby products - turned out to be a nightmare, and they eventually turned to more subtle advertising by inserting baby products into the weeklies.
Could we see a case where, when someone searches for one thing, instead of seeing results that pertain to that immediate query we see results that match common future searches?
http://www.nytimes.com/2012/02/19/magazine/shopping-habits.h...
It also 'helps' that EHR software has been forced onto hospitals at such an early point. My father constantly checks what orders are given to a patient now because one time, an order he placed at a patient's previous visit to the hospital was placed at the current patient's visit instead, almost two months later. Luckily the screw up was just with food assigned to the patient (high fiber diet vs liquids), but imagine if it was something like a drug being prescribed.
The GUI way of doing this on Windows (if you're currently connected to said network) is to do the following:
1. Go to Network Connections.
2. Right click the WiFi connection and click status.
3. Click Wireless Properties
4. Click on the Security Tab, and then click Show Characters.
This one is much more troubling, and fits in more with your other links. I guess the lesson here is to treat everything like it's a beta, because that seems to be the nature of app and game development these days.
I don't quite understand what the hack was for the Tinder one. She just optimized her profile for likes? And added a banner saying match of the day? Not the hack I was expecting.
Agreed. I feel people often forget that Stephen Colbert is a character, not the actual person.
Agreed, when I heard the news before, I was under the assumption that actual design was being done with this, and not viewing the product per say. Still, looked like it was a pretty natural system to use. I'm sure it'll be useful, just not as groundbreaking a change as we hoped.
I find it hard to believe that the same person writing that line is going to have the same qualifications as someone actually doing what we imagine the NSA does.
A copy error completely means that the NSA is incapable of doing its job! /s
I'm really worried about this to be honest. It doesn't seem that Spotify is doing that well to begin with according to past articles, and now they'll have a competitor that has the ability to sink money into this? The future is nigh for Spotify.
I find it interesting that your metric of smart is whether or not someone has knowledge of the Game of Life.