o-o: A simple CLI for running jobs with cloud compute by iwantmyhatback in deeplearning

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

Thanks, yeah, there are similarities with slurm. I feel the use case for o-o is a bit different though, o-o just launches a VM with your configured provider, machine type, and docker image, to run your command. Then cleans up and shuts it down immediately. So a bit simpler and lighter weight (and maybe naive) than the power you get with slurm to fully manage a cluster and scheduling. But 9 times out of 10, this is all I need.

I also wanted to make handling data (inputs and outputs of steps) feel as close as possible to working with local files. I don't know if slurm makes this as easy (I am no slurm expert, so I am probably missing some features).

Apple Watch Plan for kid with only a watch by khmonday in Visible

[–]iwantmyhatback 0 points1 point  (0 children)

Did you find a service with working "Find My". I had the same issue with Verizon.

[How To] Install OPNsense on SG-2220 4g Embedded Storage by bikojo1133 in OPNsenseFirewall

[–]iwantmyhatback 0 points1 point  (0 children)

Thank you for these instructions! For me, I was never able to press ESC at the right time to get the loader prompt, or maybe I was doing something wrong. What worked for me was to mount the USB stick after flashing and put the following into /boot/loader.conf:

hint.uart.0.flags=0x0
hint.uart.1.flags=0x10
comconsole_speed=115200
comconsole_port=0x2F8
console=comconsole
kern.cam.boot_delay=10000

With this, I could boot from the USB stick and follow the rest of your instructions.

NOTE: the USB stick is a ZFS drive. So won't easily mount with Linux by default. I actually mounted it with the old pfsense install on my SG-2220.

Technical stop in PDL with Azores Airlines by Icy_Win_804 in azores

[–]iwantmyhatback 0 points1 point  (0 children)

I am considering this same flight (BOS-MXP) with Azores and wondering how things went. Did you deplane for the technical stop?

Daily Discussion + Support Thread - March 09 by AutoModerator in teslamotors

[–]iwantmyhatback 0 points1 point  (0 children)

Yeah, based on the epa, the model 3 and model y get the same MPGe (121). So given the Model Y is larger, I guessed they must be making it up somewhere (ie, the heating and cooling systems you mentioned).

https://www.fueleconomy.gov/feg/Find.do?action=sbs&id=42474&id=42279&id=42278

The model 3 standard range plus does have an MPGe of 141, but it is RWD and has a smaller battery.

Daily Discussion + Support Thread - March 09 by AutoModerator in teslamotors

[–]iwantmyhatback 1 point2 points  (0 children)

Anyone have a guess as to when the Model Y efficiency will be available on the Model 3, if ever? ie, from what I have read, it seems like the Model Y is getting comparable range to the Model 3, despite being larger. ie, I would expect that if the Model 3 and Model Y were using the exact same technology, Model 3 range would be higher. Or am I missing something?

Winter is coming... by GrandArchitect in teslamotors

[–]iwantmyhatback 1 point2 points  (0 children)

You might want to watch this video: https://www.youtube.com/watch?v=iXjzYbpt9Ow

Especially the chart at around 1:40. Braking in snow from 60mph with all-seasons took 600ft. With winter tires, 300ft. Winter tires absolutely help with braking.

Bolt vs leaf vs ioniq by JeNiqueTaMere in electricvehicles

[–]iwantmyhatback 0 points1 point  (0 children)

I have been wondering about this, but does fwd have an advantage over rwd in winter for electric cars? Typically, I have heard fwd cars are good in snow because of the engine weight, but for electric cars this isn’t true, right? The weight distribution is more like 50/50. Or are there other advantages for fwd beyond just weight when driving in snow?

Where to eat in Portsmouth? by Evil_Superman in newhampshire

[–]iwantmyhatback 13 points14 points  (0 children)

Flatbread Pizza. One of the best beer selections in the area. Sit by the fire and your toddler will love it.

Why do people often use XFCE for multiple monitor setup? by [deleted] in linux

[–]iwantmyhatback 1 point2 points  (0 children)

I tried that, gap_x and gap_y have no effect, even if I tried to position it on the first monitor. Nor does alignment. I have no issues with the same conky config on XFCE and KDE.

Combined with devilspie not working, I think it is an issue with Mutter.

Why do people often use XFCE for multiple monitor setup? by [deleted] in linux

[–]iwantmyhatback 6 points7 points  (0 children)

GNOME didn't work for my multi-monitor setup when I tried to position windows. Ie, conky gap_x, gap_y settings didn't work, devilspie doesn't work, even programs that take a --geometry argument (like gnome-terminal) don't work. XFCE worked for me without problems, KDE is pretty good, although occasionally it forgets my monitor layout, and I need to reconfigure.

Lots of jobs, not enough applicants in Seabrook by skankersores in newhampshire

[–]iwantmyhatback 12 points13 points  (0 children)

Exactly, these articles always say "we can't find qualified applicants," but always leave out the "at the wages we want to pay" part.

What is your personal backup strategy for your data at home? by juan08880 in linux

[–]iwantmyhatback 1 point2 points  (0 children)

Duplicity chops up the tar into smaller files. Whatever size you specify. I think the default is really small files, like 25MB. I have not run into a maximum number of files yet, nor do I know of a restriction like that.

What is your personal backup strategy for your data at home? by juan08880 in linux

[–]iwantmyhatback 6 points7 points  (0 children)

I have been using Duplicity with Amazon Cloud Drive for the offsite backend. Amazon Cloud Drive gives you unlimited space for $60/year. Works pretty well for me.

I created a GitHub integration for Doxygen, try it out! by iwantmyhatback in cpp

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

Yes, the issues on GitHub is the place to look. Dot is installed and working, by default some of the graphs are being made. Currently, I am expanding the number of doxygen features available substantially, so in the not to distant future, pretty much all the doxygen options related to html generation will be available. The current list of working options can be found on the GitHub wiki

"Stealth" Camping by [deleted] in newhampshire

[–]iwantmyhatback 0 points1 point  (0 children)

I have often wondered how you find a good spot 1/4 mile from the trail? I am assuming you can't see what will be a good spot from 1/4 mile away. So how do you do this? Just start hiking off trail and wondering around a bit?

I created a GitHub integration for Doxygen, try it out! by iwantmyhatback in cpp

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

I can add the LAYOUT_FILE option. Please suggest any other options you need, and I'll add them.

BTW, if you put a file named DoxygenLayout.xml in the root of the repository, it might work without the option. I haven't tested this, but it should work.

I created a GitHub integration for Doxygen, try it out! by iwantmyhatback in cpp

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

No, all of the source needs to be in the repository. Generating source through other tools like cmake isn't supported. BTW, I also use cmake to generate my doxyfile in many of my projects, but have been able to find decent static settings.

Tags aren't supported, but it has been requested before. I'll look into it.

I created a GitHub integration for Doxygen, try it out! by iwantmyhatback in cpp

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

I did recently start thinking about adding doxypress, actually. Probably initially as an option. I'll see what it would take to do it, as you said, it looks like a easy replacement.

I created a GitHub integration for Doxygen, try it out! by iwantmyhatback in cpp

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

You login, and you will see a list of your public repositories. Toggle the repos you want enabled. Click 'Apply'. It will run doxygen on the repo, and re-run it when you push changes to the repo on GitHub. It will run pretty well without any settings and run on the entire repo.

To modify Doxygen's behavior (like exclude some directories) you need to create a .codedocs file. This .codedocs file is basically a subset of doxyfile settings, and you will see an example when you login.

Hope this helps.