HN user

iDemonix

1,256 karma
Posts28
Comments363
View on HN
news.ycombinator.com 5y ago

Ask HN: How do you accept donations?

iDemonix
1pts0
danwalker.com 5y ago

Show HN: A simple Python script for extracting CSVs from FortiGate firewalls

iDemonix
2pts1
www.troyhunt.com 6y ago

The unattributable “db8151dd” data breach

iDemonix
309pts148
news.ycombinator.com 6y ago

Ask HN: How would you design a scalable chat bot for something like Discord?

iDemonix
12pts10
news.ycombinator.com 6y ago

Ask HN: 2015 MBP users, what machine have you upgraded to, or are planning to?

iDemonix
2pts8
news.ycombinator.com 6y ago

Ask HN: Is it too late to make a side income by creating Udemy courses/similar?

iDemonix
19pts16
news.ycombinator.com 6y ago

Ask HN: What is a good Mac app for keeping notes, that supports code snippets?

iDemonix
4pts4
news.ycombinator.com 7y ago

Ask HN: Writing a book on monitoring, do I need a disclaimer for 3rd party tools

iDemonix
1pts0
news.ycombinator.com 8y ago

Ask HN: What can those of us outside the US do about Net Neutrality today?

iDemonix
4pts1
www.danwalker.com 8y ago

How to Setup a Local Laravel Dev Environment Using Homestead

iDemonix
1pts0
news.ycombinator.com 8y ago

Ask HN: You have $100/mo to invest in cryptocurrency, BTC, BTC Cash or Ether?

iDemonix
35pts48
www.danwalker.com 9y ago

Running Ghost on a $5 Digital Ocean Droplet

iDemonix
4pts1
news.ycombinator.com 9y ago

Ask HN: Do domains ever get pulled for not representing the country of the TLD?

iDemonix
2pts3
news.ycombinator.com 9y ago

Ask HN: Why should I not start a VPN business?

iDemonix
4pts9
news.ycombinator.com 9y ago

Ask HN: I want to contribute to OSS projects, what resources should I read?

iDemonix
5pts2
news.ycombinator.com 9y ago

Ask HN: Are there any good resources for learning Laravel with Vue 2.0?

iDemonix
3pts0
news.ycombinator.com 9y ago

Ask HN: How do you plan your personal software projects?

iDemonix
1pts0
medium.com 9y ago

If you opened your PayPal account before you were 18, close it

iDemonix
762pts378
news.ycombinator.com 9y ago

Ask HN: Which provider would you use to start a small web hosting company?

iDemonix
1pts3
news.ycombinator.com 9y ago

Ask HN: What software can I use, that runs on Mac, to write a book?

iDemonix
3pts3
www.engadget.com 9y ago

Chrome 57 will throttle background tabs to save energy (audio tabs unaffected)

iDemonix
1pts0
arstechnica.co.uk 9y ago

IBM will sell 50-qubit universal quantum computer “in the next few years”

iDemonix
3pts0
news.ycombinator.com 9y ago

Ask HN: How should I deploy my small-scale PHP web applications?

iDemonix
2pts3
news.ycombinator.com 9y ago

Ask HN: What would you want to see in a DevOps monitoring handbook?

iDemonix
5pts2
news.ycombinator.com 10y ago

Ask HN: What are you using to keep your technical notes?

iDemonix
1pts4
news.ycombinator.com 10y ago

Ask HN: Is it worth starting a SaaS in a niche that already has a clear leader?

iDemonix
90pts52
www.randomusefulwebsites.com 10y ago

Show HN: Random Useful Websites

iDemonix
10pts12
www.lonap.net 11y ago

LONAP is down

iDemonix
1pts0

I miss the days when PG articles were actually worth reading, and not just spurious drivel from yet another person that hasn't been in touch with reality for decades.

Using Prometheus in federated mode has been fine for me, I'm running it almost exactly as depicted in the article and I'm not sure why OP describes it as a complex on - you just need to have some idea of what metrics you'd like to store longer term.

Similar boat here, and know of many other companies in the same situation (although we chose Alma).

We thought we were on a good proven path of paying for support where we need it, and using the downstream alternatives when we didn't. Turns out we should have more seriously considered a move to Debian...

I'm not really shocked Red Hat are trying to squeeze more money out of their existing audience, everything they offer is eye-wateringly expensive nowadays. I almost choked when I got a quote back for the Ansible automation platform, before installing AWX for free.

Another irritating move from Red Hat, likely driven by their unhappiness with the popularity of Alma/Rocky instead of a mass migration to RHEL they had probably hoped for.

As the source is still available, but not publicly, could it be that these alternate flavours enter in to a license agreement with Red Hat that's community funded?

Previously we were using FortiManager to manage a cluster which has CSV export functionality, however for reasons too long to explain on HN, we no longer use FM and simply use FG directly. We occasionally provide policy and DNAT exports to customers and internal teams, so this script replaces what we used to have and allows for a bit of on-the-fly editing too.

This article is garbage.

So yeah, try feeling grounded with that. It's a miracle that it even works.

Just because something is too complicated for you to understand, doesn't mean it's no good. Is this guy going to decline machines/life support in hospital because he thinks he could build something simpler?

I self host some things, mainly websites, but trying to self host the amount of stuff in that article is a fools errand. You'll spend more time updating, patching, and failing to notice any gaping security holes. I'm quite happy to pay Apple about 79 pence a month to deal with all that for me.

I've been undertaking a similar project, using an ESP32 currently for testing, also have an Arduino Micro Pro to test yet, during lockdown/furlough. I'm hoping to customise and sell them on Etsy, I've sold code + 3D prints before, but I'm just taking time to get the PCB right before I get my first ever board printed. Aiming for hot-swappable switches and some LED magic.

Thanks, you've described what I had in my head as a rough way of doing things - the issue with this approach is that it appears to be one bot instance per user. I.e. if I want the same 'user' to be able to be invited to unlimited servers, that 'user' must run from a single application instance - meaning all server chats flow through a single app instance.

Yeah I have some projects at work which manage containers in this kind of fashion, which is probably why I'm applying that to this and over-engineering - which I almost always do.

The current bot could work with just passing in a token, and then fetching its settings from a REST API (for the web bit) instead of just a JSON file - my only issue with this approach is I think it'd require the user to setup a developer app with discord user, instead of the nice seamless 'invite and it works' approach other bots seem to have.

New MacBook Air 6 years ago

I'm still using a 2015 MacBook Pro that I'm clinging to, despite the screen having developed an annoying flicker every few minutes. I know 4 others in my office with Apple laptops, and they're all 2015 MBPs because until now, nothing else has been acceptable.

This seems to be like an answer to the "Can we just have the 2015 MBP with updated hardware?" question. Pending benchmarks, this could be the light at the end of the tunnel for a lot of users that don't need more than 16GB RAM (I'm still scraping by with Docker on my 8GB Mac and a lot of SWAP).

Chrome on Mac, it's convenient, and despite robbing all the RAM my 2015 MBP has to offer, it works well.

I tried switching to FireFox for two weeks, but found a lot of visual tearing/glitches, and it didn't have pinch to zoom which I use on Chrome constantly.

Not the answer you're looking for, but I found it too busy, unintuitive, and the lack of non-distribution for the OSS version finished off my test run. I use Graphite, have done for years, and am quite happy with it.

On a further note, I attended Grafanacon and saw a few keynotes given by the CEO of InfluxDB and have never been more turned off of using a product by a single person.

I'm not sure swindling involves negating a battery peak performance issue for users on old hardware. I still use an iPhone 6 and had noticed less crashes with upgrades (loading big apps would often crash it), less now with iOS upgrades. I can disable it if I want, but I prefer not to.

On the flip side, I have friends with Android phones that are 4 years old, and barely usable.

Graylog is a really nice free product, and although it can look a bit scary, it's not that hard to get setup - especially since the introduction of the ElasticSearch REST API, meaning you no longer have to make GrayLog join the ES cluster as a non-data node.

You can spin it up on a single machine with ES and start playing with it. I usually forward all of my logs to rsyslog, then that duplicates the logs out - they go to flat file storage, and to graylog for analysis.

Have you got any links to examples to some of your designs? It sounds like I'm in the boat you've escaped from. I'm a long time back end developer, and the front end is a bit scary. I've been using Bootstrap + jQuery for as long as I can remember, and I've tried to switch to Tailwind + Vue more times than I can remember but always faltered back...

I've been experimenting with both Bulma and Tailwind as a way to finally ween myself off of Bootstrap.

What is it about Bulma that's pushed you to look for something else?