I don't know about the author's case, but often asset purchase agreements will make the principals / shareholders party to the agreement personally with specific liability provisions. If there are no assets left in the company, the buyer has no recourse against it, since it is essentially an empty shell (in certain cases, insurance could be an exception to this). As a buyer, you will want to have some protection against issues you don't know about at the time of sale (perhaps because you weren't told about them, or the seller was negligent).
Some words in Shakespeare have different meanings today or have simply left standard usage. I don't think the presence of a word in Shakespeare means it is de facto good style to use today.
From a correctness stand-point, I think a descriptionist would be satisfied with an attested usage, especially from such a source. From a style point of view, I still find myself feeling embarrassed for the author when I encounter this usage (which is my own problem).
Maybe because JS files (specifically add-ons) run from the local filesystem are given escalated privileges compared to normal usage, perhaps for ease of development. I'm just speculating, though.
I think it’s a limitation on all extensions applied by Chrome/Firefox. My guess is to stop extensions from making you force install more extensions or something...
(Also what’s up Andrew! YC S09 represent :wave_emoji:)
If you're interested in these challenges (and trust me, these things all seem simpler than they are in practice), consider coming and joining us at Philo (https://about.philo.com/jobs/)! We're hiring for basically all technical (and plenty of non-technical) roles/specialties/platforms, so if you're excited about dragging TV kicking and screaming into streaming age, drop me an email: andrew@philo.com
We have a Little Free Library (https://www.instagram.com/paintedladieslibrary/) that we painted/decorated to look like our house using a laser cutter and a lot of wood glue to mimic the decorative woodwork. Recently I installed a door sensor connected to a Raspberry Pi to collect analytics on how often people open it and how long they browse for. In the past week, it has been opened around 200 times with an average browse time of just over a minute.
I am also "this person", and while it feels awkward to ask, I think it's important to provide at least some social pressure against the adtech megaplatforms. (Similarly, I feel that it is completely acceptable to ask for a .txt, pastebin, or archive link whenever someone posts a medium.com link.)
Ha, yes — I haven't been at Facebook since well before they acquired Instagram, but you're right to note a certain amount of irony in the situation! Of course, I don't mind the comment, and happy to post another way to see what we did with the project!
It shows some of the design elements, too, so maybe folks would be interested in that. I haven't written up anything about the door sensor part, but that was pretty basic, and mostly an excuse to learn about using the Raspberry Pi.
not that its hard but just a reminder that its easier than ever to set up a static html page for this sort of thing on github pages or just stick images in a repos readme, and surprisingly easy to update it automatically from a folder (or webscraped iCloud photo album set to "public") with a tiny script that also automates IG posts if you want to support people both on and off socmedia - speaking of which anyone have opinions on instapy?
At Philo, we believe so strongly that people need to take time off to do their best work, that we took it one step further — we pay people $1k / week to take at least 2 weeks off during the year. We also have unlimited PTO, and to my knowledge, have never rejected or discouraged a request for PTO.
It's also worth pointing out that most normal expenses (rent, food, etc.) don't stop when you take time off, so we decided that if we want people to feel like they can actually take a vacation and get away, we should actually be giving them a bonus from their normal salary to enable that.
We try to do a lot of things to respect our team and create a culture of positive work/life balance, and so far, we feel really good about the results of the tradeoffs we've made.
It makes more sense for Congress to come up with a lasting solution that isn't subject to regulatory bounce-back, and this is what the bill being described in the article seems to do.
From the article:
But from what we know about Lee's bill so far, it appears the proposal wouldn't impose any type of net neutrality rules to replace the current ones.
If they were going to do that, why wouldn't they just put it in the same bill? It would be extremely naive to assume that they are going to do anything on top of repealing the current NN protections.
I actually took this course in person when Professor Schocken visited Harvard. It is a fantastic course that is extremely valuable for everyone from those who only have basic programming skills to advanced CS students (I took it as a senior after already having taken classes on operating system design and programming languages). In the class we did jump around a bit in the later chapters, and so I feel like one could probably approach the material in many different ways.
The exercises are very straight-forward and will not be extremely time-consuming for those who are already skilled at CS, but the course is best treated like a tour through CS rather than an in-depth study of any particular area.
I have pretty much moved to using CoffeeScript exclusively over JavaScript. One of the minor complaints I have (overall, it is magnificent) is that the looseness of the syntax sometimes leads me to doing a kind of guess-and-check style of programming where I write something, then try to compile it to see if it did what I expected. An example of this is when calling a function, you need a comment to continue the function arguments onto the next line, unless the argument on the next line is an object literal.
The only real problem is that debugging with CoffeeScript adds an extra layer of complexity. I know that this is more or less inevitable, but it is really the only major pain point that I encounter on a day-to-day basis.