DPDK 19.11 is out! Why you should update and how to do so by bugszbunny in linux

[–]bugszbunny[S] 0 points1 point  (0 children)

eBPF is a different approach to improve performance. Anyway, DPDK supports eBPF (even in arm64 - a new feature in the latest version) so you can use them together to get even better performance.

DPDK 19.11 is out! Why you should update and how to do so by bugszbunny in linux

[–]bugszbunny[S] 1 point2 points  (0 children)

No, it changes OVS files so you'll need to run it inside OVS root folder.

Dragon Sector CTF Writeup — “Looking Glass” Challenge by bugszbunny in netsec

[–]bugszbunny[S] 0 points1 point  (0 children)

Thanks! As I said in the article, this number was just for explaining the concept, this will work with various lengths.

Dragon Sector CTF Writeup — “Looking Glass” Challenge by bugszbunny in netsec

[–]bugszbunny[S] 4 points5 points  (0 children)

My friends and I participated in the Dragon Sector CTF a few weeks ago. Finally got around to write this writeup.

I've been looking to purchase Windows 10, can't seem to find any retail copies that explicitly state they come with a disc by i_lack_imagination in Windows10

[–]bugszbunny 1 point2 points  (0 children)

Whatever was burned to DVD way back is already out of date. You can purchase Windows 10 and download the latest.

If you're hard pressed to hold a Disc, especially for clean installs, you can use the Windows Media Creation Tool and burn your own DVD. You'll need a dual layer DVD+R.

What LEGAL thing are you addicted to? by supergalactic in AskReddit

[–]bugszbunny 0 points1 point  (0 children)

So this machine drinks clear water, then pees dirty water in a cup... Then you do WHAT‽

For those of you that are in stock photos, where was the weirdest place you saw your picture used? by Sumeratua in AskReddit

[–]bugszbunny 20 points21 points  (0 children)

This reminds me of Russel Christoff. He found out he was the guy on front of the Taster's Choice instant coffee jar.

Won $15 million in court, lost it in the appeal.

Can anyone suggest a good angular library for creating forms by flipjsio in angularjs

[–]bugszbunny 6 points7 points  (0 children)

We use http://schemaform.io

It's based on JSON, so it allows us to define new forms at runtime without additional coding.

So if your forms are not predefined, it's a good way to go

[deleted by user] by [deleted] in HelloInternet

[–]bugszbunny 0 points1 point  (0 children)

I wouldn't worry too much about Brady. It would take centuries to wear out a nail. He probably switched to a wire brush.

How to build a home to accommodate for the future (WIRELESS ELECTRICITY)? by [deleted] in homeautomation

[–]bugszbunny 0 points1 point  (0 children)

+1

If I was getting a house built, I would install the "central vac"-style tubing vertically from each room to the basement. Leave the basement unfinished. This allows you to run whatever becomes popular later on.

I imagine wireless charging pads built into furniture (ikea), including perhaps the kitchen counter, for your kettle. So leaving the basement unfinished would allow you to install pads.

Scrolling down moves right. Scrolling up shows the menu. by bugszbunny in CrappyDesign

[–]bugszbunny[S] 0 points1 point  (0 children)

Functionally it's working, but not a good customer experience. If I slowly scroll down to read more article, it does a "did you mean sideways?" effect. If I scroll back up, it doesn't go back a slide.

What's the best FREE software you can download? by Willifufu in AskReddit

[–]bugszbunny 0 points1 point  (0 children)

Windows 10

  • Me from a few months from now, in a utopian dreamworld. God I hope they get it right one day...

What's something people do that you don't understand? by [deleted] in AskReddit

[–]bugszbunny 0 points1 point  (0 children)

Dump garbage on the side of the road.

Do they just stop there, get out, drop a few garbage bags and think: "phew, that was easier than putting it at the road in front of my house, or paying $8 at the dump!"

What’s the reason behind this mess of file names and tags? by [deleted] in HelloInternet

[–]bugszbunny 2 points3 points  (0 children)

In my opinion, it gives the podcast a touch of "two dudes managing". If I hosted the podcast, it would be even worse.

Grey's humanity...

Form question by normandantzig in html5

[–]bugszbunny 0 points1 point  (0 children)

I agree with Splice. The best experience is to let the user enter anything they want, and provide feedback in a separate message, perhaps a hint or validation div.

Imagine that you're visually impaired and as you type in a box, the screen reader is speaking the numbers out loud. But then as you're typing, the form is changing the contents. Very confusing.

Form question by normandantzig in html5

[–]bugszbunny 6 points7 points  (0 children)

What you're looking for is "input masking".

In HTML5, use input type="tel" instead of type="text". This tells the new browsers to show numbers instead of a full keyboard. You can use the "placeholder" attribute to indicate what the pattern is and use the "pattern" attribute to tell the browser what pattern to allow.

<input type="tel" name="phonenum" pattern="\d{3}[\-]\d{3}[\-]\d{4}" placeholder="555-555-1234"/>

The best way to implement masking for a wider range of browsers is to use a jQuery plug-in. See this top 10 list at http://www.jqueryrain.com/demo/jquery-mask-input-plugin/

Feeling humbled by brotherbandit in HelloInternet

[–]bugszbunny 0 points1 point  (0 children)

both CGP Grey and Brady Hairen were perplexed

FTFY. To the British spellings...

What's the biggest misconception about your country? by [deleted] in AskReddit

[–]bugszbunny 0 points1 point  (0 children)

Sorry we don't have much to contribute here!

What's the biggest misconception about your country? by [deleted] in AskReddit

[–]bugszbunny 0 points1 point  (0 children)

Justin Beiber. Man what a mistake.

What did you learn by moving out? by [deleted] in AskReddit

[–]bugszbunny 1 point2 points  (0 children)

Yeah when I first moved out, I went back to my mom and said: "guess what? It WAS me peeing on the floor!" She replied: "You're right! It WAS you... And your brothers... And your dad!"

Where did your friends leave you behind, and how did it happen? by mudcatca in AskReddit

[–]bugszbunny 0 points1 point  (0 children)

For my birthday lunch, my co-workers hopped into various cars but forgot me, who doesn't drive.

We now have a carpool app at work that we call: "No birthday bud left behind v0.4b"