Hacker Newsnew | past | comments | ask | show | jobs | submit | deusex_'s commentslogin

iCIMS for applicant tracking, I can deal with any other backoffice system but not this one


Edge is easy to switch to and could be a great way to break the Chrome dominance.

Safari also started catching up over the last 2 years


Is there any evidence that edge won't switch to manifest v3? As far as I understand Edge merges in Chrome updates.


Edge is based on Chromium. You're better off with Firefox.


I would not recommend Safari as I have completely stopped supporting it many years ago due to Apples hostile approach towards developers and the fact it's broken beyond internet explorer levels and has been in this sorry state for at least a decade. I don't know if people still using it have some special use cases or just don't know you can install another browser.


Oh for crying out loud, no, it is not broken "beyond internet explorer levels".


Safari oh my lord


are you high?


Another distinct set of similar tips that I found useful https://medium.com/productboard-engineering/eight-tips-to-re...


I can only recommend the fantastic "Everything is a remix" series

https://www.youtube.com/watch?v=MZ2GuvUWaP8


Do you have any good resource summarizing these laws?


No, sorry. If you are adventorous enough, look at Latvia with Google translate and search for "critical infrastructure" at https://likumi.lv


There is such a counter, CVE databases.

If you would actually take a look, you would realize you are spreading FUD.

phpBB has been rewritten from scratch around 2008 with phpBB3 and hasn't had a single severe vulnerability since. That's 13 years.


Sure. But CVEs don't enumerate RCEs/vulnerabilities that reveal user passwords - they care about a superset of all of that. And when you look at the common vulnerabilities in phpBB3, "phpBB3 hasn't had a single severe vulnerability" seems like very selective language.

I am merely giving my unprofessional opinion that phpBB(1+) has only caused harm. A significant portion of leaks seem to be attributed to it. They really could have done better, and their reputation is forever dead.

To make clear: I am sure that the current version of phpBB works just fine and isn't as disease ridden as we all know it to be. However, the fact that all of these issues have existed for so long means that perhaps we need to take a look at the software as a product and determine that its performance has not been good enough, and to expect similar performance in the future.


If few and several come from Heroes III terminology, few would be 1-4, several would be 5-9.


Because this puts an individual with limited resources at a great disadvantage to corporations


But what minikube backend are you using for this? The preferred one is Docker and all the others are also paid on Mac.


> all the others are also paid on Mac

Hyperkit is open source software that works on macOS.

https://minikube.sigs.k8s.io/docs/drivers/hyperkit/

Virtualbox is also a free (as in beer, and mostly libre) driver that works on all of windows/linux/macOS


Beware of VirtualBox. While part of it is free, it's not very useful without the extension package. This package is easy to download on the same website as VirtualBox, but... it's not free.

Even better Oracle tracks the ips that download this extension and after a suitable amount of time they will come knocking on your company's door asking for an insulting amount of money (e.g. more expensive than VMware) or get sued. You need to read the fine print of the additional Eula printed in really small letters on the VirtualBox website to figure out the extension isn't free. It's almost a honeypot tactic. Scummy.


I don't know how Macs fare, but on Linux the extension package is not really a great feat, mostly adds RDP and some faster USB modes, but USB passthrough is marginal at most anyway.


Hyperkit is docker for mac's backend though, so... whatever bugs that upset people are probably still present.


Wait, so you're running your app on virtualized Linux inside Docker inside Linux inside Virtualbox inside native MacOS?


That's a reductive way to phrase it, but more or less yes.

It's arguable if the container is "virtualized linux" as they all share a single linux kernel. In reality there's one virtual machine, one linux kernel, and many linux userspaces (one per container), which is kinda the whole point of containers.

Over docker+linux, the virtual machine is the only additional layer.

fwiw, I personally don't use macOS, so I've only got virtualized linux (containers) run by docker running on linux running on my hardware.

Are you trying to make a point or something here? Like, yes, we've built layers of abstraction that include different types of virtualization (VMs and containers), and they compose. Is that all you're observing?


> Are you trying to make a point or something here?

Nah, just curious/intrigued by how these stack.

OS-level virtualization is very much a thing. I'd be interesting to compare this to the approach taken by Docker Dekstop for Mac. I bet they do something quite similar (hypervisor-based virtualization like Virtualbox) - nothing fancy like WSL1 that I believe runs a sort of "tortured" Linux kernel inside the NT kernel.


WSL1 didn't run a Linux kernel at all - it was implementing the Linux user-space API over the Windows NT kernel. Well, some of it - not enough to run Docker, for example.

Docker on Windows and Mac does the same as what is described above - it runs a Linux VM and runs the docker server inside that, and then does a little magic to expose native OS paths and so on to that VM. On Windows, it uses WSL2 by default now, but WSL2 is also a Hyper-V VM in the end, with some Windows magic to blend it more nicely in Windows workflows.


That’s how it has to work when there’s a kernel mismatch from host to guest. You’re implying more layers than there actually are.

- MacOS running a hypervisor

- A Linux VM with Docker installed.

- A Linux container running on that VMs kernel.

Containers on Linux aren’t virtualized (normally, you could use runV I suppose if you wanted). The only overhead is the extra disk space to extract the root fs of the container image and the namespacing.


You can run systemd in podman or LXD containers.

LXC was the first container implementation on Linux and uses full Linux systems similar to a VM.


It's spinning pinwheels all the way down


I use Linux and I have no idea what y'all are talking about.


I’m also using Hyperkit w/ minikube, and after some heavy setup automation it works pretty great. What I worry about, though, is what I’m going to do when I switch to a Mac w/ Apple Silicon. AFAICT Hyperkit is x64-only.


I am using "hyperkit"

Available options:

  --driver='': Driver is one of: virtualbox, parallels, vmwarefusion, hyperkit, vmware, docker, ssh (defaults to auto-detect)


Hyperkit, which is incidentally also what Docker for Mac uses.


From a skim read of both blog posts it's still impossible to understand what's actually new in this version. Just introduce the features in the post, no?


I kept stopping at the MVP section (I'm on iOS) but if you keep scrolling you'll eventually get to "Key features released in GitLab 14.0"


If you check out the "Key features" section of the release post, you will find descriptions of all the new features in 14.0: https://about.gitlab.com/releases/2021/06/22/gitlab-14-0-rel...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: