rizalp
No user record in our sample, but rizalp has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but rizalp has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
regarding dolphin mounted NAS storage issue, it could be due to KIO-Fuse location is not fixed https://invent.kde.org/system/kio-fuse/-/issues/18
Because Virtualbox and VMWare Workstation is Type-2 hypervisor, they run on top of the host OS (Windows), and not directly on hardware. https://en.wikipedia.org/wiki/Hypervisor
It's because WSL2 is using HyperV behind the scenes, and HyperV is a Type 1 (Native Hypervisor), running directly on top of hardware. When you activate it, it also makes you host windows OS virtualized as well, albeit…
That would not be a sound strategy. Microsoft choose to make a OS a commodity, but not services and platforms, as part of the strategy to commoditize the complements like developer tooling Commoditize your complements:…
Have you checked https://adonisjs.com/ ? Seems it follows the Rails / Laravel way of doing things
thanks for informing this, will avoid fly.io at all cost
I'm very impressed at his productivity. Really one of software influencers worth following
Here's hoping storage vendors (Backblaze, Wasabi, etc.) take note and sees this as worthwhile opportunity!
By barter? By producing something valuable and exchange it through fair trade, and using sound money (not worthless currency)
Alternatively using registry edit: https://support.microsoft.com/en-us/help/4072698/windows-ser...
`java.util.ArrayList<E>` is not an abstract class, I don't know what you're talking about
Why is JDK9 & JDK10 is quite huge 197MB? Much bigger than JDK8 which only use 75MB
Agreed with that. Better use native port instead of WSL, as many tools, limited they may be, has better integration with the rest of the system Case in point : cannot use Git on WSL with IntelliJ, Sourcetree
It is flawed because the pool of currency is limited. What happen when our economy grows fast, but then there's not enough BTC to support it? Price will decrease and benefit the savers, sure. But then many people will…
Only if the US lost its Political Power. Currently the USD still holds its value because OPEC standardize on using it for the Oil Currency (Petrodollar), and early aggressive lending to the third world country with USD.…
I don't agree with you Bitcoin will never replace current fiat money as it is inherently flawed: price fluctuate too much, and favor early owner of it.
I'm very much agree to this, especially the deflationary part. Current Bitcoin pricing seems to favor the early `investors`, and fluctuate too much. That is not acceptable for use as money, which must store a stable…
Does that mean your code repository is on CentOS inside HyperV, and use code editor from Windows to edit it?
But Windows and Linux doesn't have Webkit by default
> Then why not dev on GNU+linux? So I can have sleep and wifi working properly and working 3D acceleration for Apps and Games.
> My apologies. I didn't realise that you found it so difficult to take out your phone. I find it comes quite naturally to me - I was unaware that there were professional developers out there that struggled with it.
In my perspective, this Linux subsystem are very useful for running server components like redis, or nginx which doesn't have official windows build. So you can develop server apps which will run on Linux prod, but…
What's the difference between build tool, like gulp and deployment tool like Shipit?
1. Users don't have the manual, and if they did, they wouldn't read it. 2. In fact, users can't read anything, and if they could, they wouldn't want to. http://www.joelonsoftware.com/uibook/chapters/fog0000000062....
I've using Js for quite some time, and the behavior of prototype chain and instanceof always give me headache when I'm trying to do simple inheritance... For now, I'll keep using `_.create` to do Inheritance. Of course…