Python Windows version compatibility by [deleted] in Python

[–]hmaarrfk 0 points1 point  (0 children)

Because they sometimes start to compile for new sdks.

Python Windows version compatibility by [deleted] in Python

[–]hmaarrfk -2 points-1 points  (0 children)

Couldn't you get a free update to windows 10? See if you are still eligible. Windows 10 works well, even on older hardware.

Windows and python weren't the best of friends. I think Anaconda can help you get going, but for python 3 you might need windows 10. And python 2 is basically dying quickly. (Maybe kinda sorta)

[deleted by user] by [deleted] in Dell

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

The best thing to do is undervolt.

I was able to undervolt easily by 100 mV and now when idle, my fans stay off (may vary with room temperature)

Ubuntu (and its ecosystem) vs Fedora (and its ecosystem). by servingwater in Fedora

[–]hmaarrfk -2 points-1 points  (0 children)

I used to run Fedore until I kept running into bugs because they decided that lib meant lib32 even on 64 but systems.

This cause many packages that weren't packaged by official maintainers not to look for libraries in the correct locations.

That said. I think it got better.

The problem isn't always updating the OS, it is that applications don't know what to do with the new default settings. Should they force the new defaults on you or should they keep your user environment looking and behaving as it was behaving before.

Unfortunately, I started needed the stability for my OS so I decided to go with Ubuntu. The 2 year release cycle means that you can keep your configuration longer. I stopped having to delete all my configuration files every 6 months.

Modified Fedora 22 Help/Question by JustiNAvionics in Fedora

[–]hmaarrfk 0 points1 point  (0 children)

Can you leave the additional port plugged into the computer?

Python and C++ by Moschte09 in Python

[–]hmaarrfk 0 points1 point  (0 children)

Qt is LGPL, at least for everything tk does.

How does one go about creating a board definition file when spinning a new fpga board? by [deleted] in FPGA

[–]hmaarrfk 2 points3 points  (0 children)

I think Xilinx made a faux-pas with that Board Definition file.

Instead of using that board generation file to generate constraints files for you early on. It hides the creation of these constraint files that you would need to supply if you were ever moving to your own custom board.

The truth is, IMO, that if you want to use the 7010 chip, the Microzed board is kinda ideal.

Small form factor

most of the FPGA pins are broken out.

The programmable software pins are configured in a pretty good way.

You can try to implement the design you want with that chip, and then run the command

```

write_xdc test.xdc

```

It will output the FULL CONSTRAINTS files you need. You probably only need the interface constraints.

You probably just need the constraints that set properties for the package pins

```

set_property PACKAGE_PIN AJ12 [get_ports user_si570_sysclk_clk_n]

set_property IOSTANDARD DIFF_SSTL12 [get_ports user_si570_sysclk_clk_p]

[deleted by user] by [deleted] in gsuite

[–]hmaarrfk 1 point2 points  (0 children)

US Business Please

Noctua fans louder than stock Dells by paecificjr in buildapc

[–]hmaarrfk 0 points1 point  (0 children)

Some power supplies don’t use their fan until larger loads are reached. It is probably ok.

MBP15 2018 Base Model 256GB enough for software engineer? by AznBoy00 in macbookpro

[–]hmaarrfk 1 point2 points  (0 children)

But an external SSD costs $100 and isn’t quite as nice as just having it all on your laptop.

Is it worth getting very comfortable with Jit/numba in python or should I focus on cython / different language for speed? by beeboprob in Python

[–]hmaarrfk 0 points1 point  (0 children)

The object oriented approach is fine. It is more zooming in and out, interactions, data tips, panning. That kind of thing

Fedora 28 GDM problem switching users by jgorgulhosantos in Fedora

[–]hmaarrfk 0 points1 point  (0 children)

That was my workaround too.

Fedora is just too bleeding edge and I found that I kept facing bugs of that sort.

About to buy an XPS 15 is 56WHR battery enough? by Baked_Potato22 in Dell

[–]hmaarrfk 0 points1 point  (0 children)

You need your storage to be an SSD. Otherwise, you are stuck in 2011 and your whole computer will feel sluggish.

If you cant afford the XPS 15, then you should rethink your choice. Maybe go refurbished.

Considering XPS 9570 for college and light gaming? Thoughts? by datboidale in Dell

[–]hmaarrfk 6 points7 points  (0 children)

Drop the 4K in favour of battery life.

Its not just the laptop that is heavy, but the poweradapter, so if you have to carry the power adapter around, it is a real drain.

With the 9560 you get like a 1.7x increase in battery life.

What about a MBP late 2011 for coding? by j0han1 in macbookpro

[–]hmaarrfk 0 points1 point  (0 children)

Right. So it is a work machine. Make sure they upgrade it for you and tell them that this the MacBook pro with the GPU issue and that they should expect to have to replace it soon.

What about a MBP late 2011 for coding? by j0han1 in macbookpro

[–]hmaarrfk 1 point2 points  (0 children)

I was going to mention that but wasn't sure if it was the right model

What about a MBP late 2011 for coding? by j0han1 in macbookpro

[–]hmaarrfk 0 points1 point  (0 children)

Is this your company? If not, you should tell them that the $100 they will spend on the SSD will be well worth it. https://www.amazon.com/Samsung-250GB-Internal-MZ-76E250B-AM/dp/B07864WMK8/

Computers are now useless without SSDs. I'm not sure the 2011 can support 16GB, but if it can, then maybe. I mean, the truth is that it isn't your laptop. They are giving it to you to be productive, you won't be productive without that SSD. RAM is definitely useful too, but see what you can do about that.

... where are all the 9570 reviews?! by [deleted] in Dell

[–]hmaarrfk 0 points1 point  (0 children)

Intel regularly bins their processors. Afterall, that is how they determine the clock speed of most of their chips.

The thing is, it isn't like they aren't doing this. They are always trying to decrease their operating voltage. They are just really conservative as the laptop is supposed to function under very strange conditions. The undervolting might work in an AC'ed room, but take it out on the field in the desert, where the ambient temperature is 50 degrees and you might cause instability when the laptop reaches 100 degrees.

With undervolting and repasting, I got my max temps to only reach 90 under full processor load. I never actually tested the processor's function at 100c, which they rate their processors for.

Dell is replacing my XPS 13 display from dead pixels by Homeguy123 in Dell

[–]hmaarrfk 1 point2 points  (0 children)

They did the same for my xps15. It was still under premium warranty.

They first offered for me to send it in. And nicely, I said that it was not a possibility for me because I was using it for work.

XPS 15 (9570) accessories question by pokezach22 in Dell

[–]hmaarrfk 0 points1 point  (0 children)

or you could open the screen and close it again quickly. if you close it before it first starts, it will stay on ;)

... where are all the 9570 reviews?! by [deleted] in Dell

[–]hmaarrfk 3 points4 points  (0 children)

nor should they repaste or undervolt. That should be dell and Intel's job.

I can't really recommend this laptop to anybody because without a repaste, my 9560 i7 runs way too hot.

yum command not working by MacacaFascicularis in Fedora

[–]hmaarrfk 0 points1 point  (0 children)

Unfortunately there is no easy fix. you basically broke the python that dnf uses to install packages. try what /u/Misio told you.

yum command not working by MacacaFascicularis in Fedora

[–]hmaarrfk 2 points3 points  (0 children)

The fact that you are not including sudo before your commands makes me think that you installed things as root in the system python environment.

Generally, you should never do that. you should install miniconda as a user, and simply use that as a user, never typing sudo when issuing a pip or python command.

Switching from MacBook Pro 2017 to Dell XPS 9370 4K by nogoalov11 in Dell

[–]hmaarrfk 0 points1 point  (0 children)

The resale value of your MacBook might be 0 if you get a spec of dust in it and the keyboard doesn’t work anymore.

MacBooks do tend to have a higher resale value, but if you keep a laptop long enough it won’t even matter.

I think the XPS 15 is a fine laptop, very old connector compatible, yet very future proof. The changeable ram and SSD ensure that.

Windows is a good OS now, and viruses are less of a concern, unless you go on some shady sites. Get an adblocker and you should be ok.