Sort by lowest start, merge left when they overlap. Emit current span if not. Repeat.
It's not a US thing and not even necessarily related to being bullied in school. Lots of parents scold their children for being into useless or eclectic hobbies.
I found out yesterday that our facility management is employed with us. But we also handle seriously sensitive data.
Have you looked at Millercsv or jq?
Kill9 can keep ports locked for a bit after exiting which is a quite annoying
> To change a person's behavior. If someone keeps lying, cheating, and stealing in society, we want to make them to stop so that they can reintegrate and become a beneficial member of society. I think a common criticism…
Have you had a look at arrow? It has those capabilities
I try to encourage newcomers to refractor the code into a form they understand, fix the problem and then undo that refactoring as much as possible. If they actually come up with a better abstraction I'm up for it.…
I most definitely go to Italy and complain about the quality of the coffee. And I do actually appreciate bitterness in coffee.
Sorry, but the modern form of DIPA most definitely is one of the most accessible forms of craft beer. They usually aim for low to no kettle hops, only whirpool and high levels of rx hopping. Fermentation, mash and grist…
This looks really neat. Haven't taken much time to look in depth, it it took me a while to find info on whether this was k8s or podman related. Maybe the docs could make it a little more obvious. (for those wondering…
They also offer tanzu as on prem cluster where you can somehow use kubernetes to provision kubernetes virtualised kubernetes clusters.
> Even with a few DAGs, Airflow will spike the CPU utilization of the VM to 100% for X minutes (in my case about 15 minutes) which is quite interesting. My tasks basically query SQL Server -> dump to CSV (stored on GCS)…
Especially since its not really a language safety feature. As a reader of code I much prefer knowing what I need to pay much attention and what not. As a writer I want to be reminded when I promised myself to not touch…
> If they decided one day that - "let's make immutable by default", then it'd be performance hit - wouldn't it? Not really. It's just a syntactic default, reassigning local variables should be discouraged from except…
It's usually on a syntactical level, to disable reassigning a value. For objects this means the reference is still mutable, value types are locked. Js has const, C has const, Java final. Imho it'd be awesome if…
Ggplot is extremely powerful if you can grok its grammar, which takes some getting used to. But I'd assume that if you see a graph in a scientific paper it's made with ggplot. Having many data points you want to explore…
I've recently got back into Card games after growing up on mtg, and there is a whole bunch of games where you don't buy random boosters but whole expansions. Netrunner/nisei being an example. They seem to still work…
> try loading a 15GB CSV in Excel. Or visualising it in r or pandas without meaningful subsampling.
They are most likely more capable but Cosmopolitan which this is built upon has a different use case than just instrumentation
Question for people who've implemented these kind of compression schemes: some of these mechanisms require local context (rle and s8b) how do you handle random access in these cases? Is the metadata embedded as a sort…
I very much feel you. I have a pretty large mp3 collection that is a mix of pirated, bought or ripped from (library) CDs. I started using Spotify only a few years ago when maintaining a phone library started to get…
Get yourself one of those coffee dosing spoons or just a normal tablespoon. Have not had any problem with dosing.
> The official docs basically solve your problems without much fuss, you don't have to rely on horrible vendor-specific forums. tdodbc also comes with examples that are so far beyond the scope of a normal persons…
It depends on how complex your usecase is, but using pods and just scripting your containers' composition isn't such a hassle in podman.
Sort by lowest start, merge left when they overlap. Emit current span if not. Repeat.
It's not a US thing and not even necessarily related to being bullied in school. Lots of parents scold their children for being into useless or eclectic hobbies.
I found out yesterday that our facility management is employed with us. But we also handle seriously sensitive data.
Have you looked at Millercsv or jq?
Kill9 can keep ports locked for a bit after exiting which is a quite annoying
> To change a person's behavior. If someone keeps lying, cheating, and stealing in society, we want to make them to stop so that they can reintegrate and become a beneficial member of society. I think a common criticism…
Have you had a look at arrow? It has those capabilities
I try to encourage newcomers to refractor the code into a form they understand, fix the problem and then undo that refactoring as much as possible. If they actually come up with a better abstraction I'm up for it.…
I most definitely go to Italy and complain about the quality of the coffee. And I do actually appreciate bitterness in coffee.
Sorry, but the modern form of DIPA most definitely is one of the most accessible forms of craft beer. They usually aim for low to no kettle hops, only whirpool and high levels of rx hopping. Fermentation, mash and grist…
This looks really neat. Haven't taken much time to look in depth, it it took me a while to find info on whether this was k8s or podman related. Maybe the docs could make it a little more obvious. (for those wondering…
They also offer tanzu as on prem cluster where you can somehow use kubernetes to provision kubernetes virtualised kubernetes clusters.
> Even with a few DAGs, Airflow will spike the CPU utilization of the VM to 100% for X minutes (in my case about 15 minutes) which is quite interesting. My tasks basically query SQL Server -> dump to CSV (stored on GCS)…
Especially since its not really a language safety feature. As a reader of code I much prefer knowing what I need to pay much attention and what not. As a writer I want to be reminded when I promised myself to not touch…
> If they decided one day that - "let's make immutable by default", then it'd be performance hit - wouldn't it? Not really. It's just a syntactic default, reassigning local variables should be discouraged from except…
It's usually on a syntactical level, to disable reassigning a value. For objects this means the reference is still mutable, value types are locked. Js has const, C has const, Java final. Imho it'd be awesome if…
Ggplot is extremely powerful if you can grok its grammar, which takes some getting used to. But I'd assume that if you see a graph in a scientific paper it's made with ggplot. Having many data points you want to explore…
I've recently got back into Card games after growing up on mtg, and there is a whole bunch of games where you don't buy random boosters but whole expansions. Netrunner/nisei being an example. They seem to still work…
> try loading a 15GB CSV in Excel. Or visualising it in r or pandas without meaningful subsampling.
They are most likely more capable but Cosmopolitan which this is built upon has a different use case than just instrumentation
Question for people who've implemented these kind of compression schemes: some of these mechanisms require local context (rle and s8b) how do you handle random access in these cases? Is the metadata embedded as a sort…
I very much feel you. I have a pretty large mp3 collection that is a mix of pirated, bought or ripped from (library) CDs. I started using Spotify only a few years ago when maintaining a phone library started to get…
Get yourself one of those coffee dosing spoons or just a normal tablespoon. Have not had any problem with dosing.
> The official docs basically solve your problems without much fuss, you don't have to rely on horrible vendor-specific forums. tdodbc also comes with examples that are so far beyond the scope of a normal persons…
It depends on how complex your usecase is, but using pods and just scripting your containers' composition isn't such a hassle in podman.