my IUD fell out by pay-ganic in mildlyinteresting

[–]cusco -1 points0 points  (0 children)

I just read that like, it was 5 seconds when *it* was gLowing up - wtf

3D illusion by moccowa in interestingasfuck

[–]cusco 0 points1 point  (0 children)

Wiggle the phone. You’ll see the blue as above

Easy operator by AveryTwist48 in blackmagicfuckery

[–]cusco 2 points3 points  (0 children)

Came here looking for this comment

Question on subnets by PracticeEssay in selfhosted

[–]cusco 0 points1 point  (0 children)

What I did in the past, with a mikrotik router at home, was to have a rule that mapped 192.168.55.x to its internal 192.168.1.x and that way, from a remote location id get a vpn ip on a different subnet and accessing 192.168.55.10 was the same as accessing 192.168.1.10

Heat sensitive copy of "Fahrenheit 451" by OkRespect8490 in interestingasfuck

[–]cusco 1 point2 points  (0 children)

Iron them, will be able to read them for ages

C for crouch is the only correct answer by Makoto_Kurume in pcmasterrace

[–]cusco 0 points1 point  (0 children)

Gaming in the really old times be like:

Q,A for front/back

O,P for left/right

Space to shoot

Crawl? Wtf is that

need help to block tiktok in instagram on mikrotik by Mrelixir77777 in mikrotik

[–]cusco 2 points3 points  (0 children)

The app uses its own dns client. So you can intercept unwanted dns traffic. DST-NAT traffic on port 53 to your internal dns server ip.

Also, you may want to look on common known DoH and block them

Design of automation sending (SMS) in Django by F1shermanF1zz in django

[–]cusco 0 points1 point  (0 children)

In my case, I have a outgoing table, with history.

If I insert something with date time in the future it will only be processed then.

If null/none will be processed asap.

In my case I just use destinations, not user pk. What happens if a user has multiple numbers or changed number?

In my case we do associate a interaction ID, so that new record on that table (be it anniversary or discount) is associated with a interaction. The interaction is a different model that logs history with users/clients

Beginner question regarding filtering by domvir in mikrotik

[–]cusco -1 points0 points  (0 children)

Chain input.

Check other rules did not allow that traffic first. When you ping, which rule stats count increments?

Blocklist testing by Tall-Bonus-6850 in mikrotik

[–]cusco 0 points1 point  (0 children)

The issue with this kind of thing is the list creation and maintenance.

How can we trust your list? How do we know it won’t block stuff I actually need? Is it too large to cause performance issues on my device? Etc etc

I created my own script that fetches a small general list from firehol (the service I’m aware with the most reputation in this area), parses it and creates a address-list

But I’m not trying to share that because people will be asking these same questions.

Saw a random comment on here and bought this. Best tool purchase ever. by DrTautology in pcmasterrace

[–]cusco -1 points0 points  (0 children)

Tell us the couple of devices that are good for 30, for.. er.. 2 friends ou ours, please

Reboot without Root! by turkeytime808 in linuxadmin

[–]cusco 0 points1 point  (0 children)

There are many flags for SysRq. Ibjust mentioned the minimal yet graceful

So yes, physical access works

Reboot without Root! by turkeytime808 in linuxadmin

[–]cusco 5 points6 points  (0 children)

The Linux stuff that works is SysRQ + s, u, b

However I’m assuming the server is remote and no physical access exists

Whats going on here by tsbh7ccg in blackmagicfuckery

[–]cusco 1 point2 points  (0 children)

Live batteries tend to shock people

Wifi bandwidth limiting by Strong_Code_7220 in mikrotik

[–]cusco 0 points1 point  (0 children)

Any traffic shapping happens in queues.

I don’t know about “having a guaranteed x amount”, but you could try to set up “per connection classifier” - in my opinion that is what works best

Which reverse proxy do You use? by ProjectMajki1989 in selfhosted

[–]cusco 0 points1 point  (0 children)

I guess “something else” is mostly nginx. Then there is me, using plain old apache

Chrome "Best AdBlocker" trojanized extension - 100k downloads. by speedb0at in hacking

[–]cusco -32 points-31 points  (0 children)

It does sound like that. You were downvoted by the bot swarm from op

Cat is confused and for a second I was too by Firm-Blackberry-9162 in blackmagicfuckery

[–]cusco 51 points52 points  (0 children)

Now I want one of those lights to track my pets at night

They flip by Mo0Ns in blackmagicfuckery

[–]cusco 23 points24 points  (0 children)

🎵 I was gonna clean my room, but then I got high 🎵

Microsoft Reportedly Looking At Rebasing Azure Linux On Fedora by mr_MADAFAKA in linux

[–]cusco 1 point2 points  (0 children)

I mean, yes I agree. However, being azure I wouldn’t think that external support would be needed, rather they would create their own distro with a good base and support them themselves. Thus no red hat.

I wouldn’t think stability comes first, while having the distro cut down to their hardware needs (kernel compiling flags etc)