I have green card and last time I left is 2 years ago, How can I return back to the US?
HN user
sercand
Where did you see the matmul acceleration support? I couldn't find this detail online.
I dropped Spotify when they started to push more podcasts on my home feed as well.
You can't build to mobile on 4.x version, only desktop supported.
Solar has the advantage of scaling down. 1000 people can give 1M US dollar which can produce approximately 1GW of power on a thousand of power plant in a year. You can scale down as low as 400W of energy production and distribute the financial cost to many people.
As a person from Mediterranean, It finally makes sense the 5% of Nordic genes in my 23andMe result.
I am wondering what is the use case for a website that sends notification to the user who didn't install the PWA to home screen.
Gmail initially offered very big email storage space comparing the others, and it was going up continuously until its storage area merged with Google Drive.
It depends on the company size. On a small startup with 10 people and a company with 1000 people have different CTO definitions and roles.
This is the worst type of PR. Just submit a different PR for the code format changes.
I mean Unity in general for desktop and mobile. Mentioned exporting to android and iOS as an extra benefit.
If you are using a game engine like Unity you should not worry at all. If you need to access Windows specific APIs, of course it is a different story. A Macbook is a perfect machine for developers: you can build for android and iOS, has a great screen, perfect touchpad, finally fixed keyboard and ports.
Lots of people just don't game at all. Also, a lot of people like me prefer different gaming and work setup (and different rooms) in order to achieve better work-life balance. I build games on my M1 machine, just don't play on it.
But it is different for the author. He learned to love himself after his girlfriend showed her love to who actually he is. So lots of people struggle to love themselves because they never experienced what does it mean being loved.
Most panels provide 25 years warranty of 85% of output. Therefore, you can use your panels up to 40 years in some cases.
Congrats on shipping!
My two cents on this add a difficulty level. 1370 characters to 500 characters is too difficult to many. Reducing 300 characters to 150 characters would be a better starting point for me.
DevOps is whole set of tools. Gitlab includes features like monitoring, code scanning, Kubernetes integration, docker registry, cloud security and protections. And those are $1188 per year per person. By CI/CD I mean good old Jenkins that runs on a computer in the office that builds iOS Apps and uploads them to Apple AppStore (of course current generation of CI/CD is much better). Gitlab CI/CD and runners were there much before this "Gitlab is the one DevOps platform" saga.
Everyone in our company including HR, marketing, design people were also using Gitlab for task tracking. Therefore we need those fancy issue tracking features for better management. This features are in the tier that $1188/year per person. For the features we don't use is not something that we could afford.
This is why we left Gitlab.
DevOps become center part of Gitlab which we don’t use and need any of those feature. We all need a code storage, code review, issue tracking and the CI/CD. We would pay advance features of those (epics, multiple assignee, etc) but we have to pay super expensive top tier which includes unnecessary DevOps stuff. We left and happy so far.
We are using Kubernetes and custom DevOps tools but don’t want to handle things the way that Gitlab does.
We are in similar situation but it is a WASM bug for us when building with Unity. Some part of the our app no longer works on iOS.
Highest-end discrete GPU performance data tested from Core i9-12900K with DDR5 memory and GeForce RTX 3090.
From the linked article. Apple is comparing against RTX 3090.
Neural Engines may be used in CoreML models. I don't know it can be used with Apple's BNNS library [1]. You can use with TensorFlow Lite with coreML delegate as well [2]. And some tried to reverse engineer it and used it for model training [3].
[1] https://developer.apple.com/documentation/accelerate/bnns
[2] https://www.tensorflow.org/lite/performance/coreml_delegate
Google added one of my employee's LinkedIn account address as our LinkedIn URL to our company Google business profile. We have contacted google support about this to change URL to our own but we got response like following:
I understand that you are referring to an incorrect LinkedIn profile which is visible under your business profile in Google. Please be informed that information from social profiles are collected by automated algorithms.
There's no way to manually remove these social profiles from our end. This is something which is driven by Google’s algorithm, based on the visibility, ranking, web presence, etc. of the particular business page. We at Google do not have any manual control over this.
Google and its algorithms are going bad and they have no control over it. It is getting ridiculous.I didn't understand NFT storm as well then I made a 10K collection of NFT images with my friend (I wrote the smart contract) in three weeks and earned $3M from that. I made a lot of money and now I'm part of the creator community but I still sometimes ask "Why?"
Is it currently possible to use Bevy with given MTKView on iOS?
We have already an app with thousands lines of code and we need to render a game like experience on a just single page. We can achieve this with SpriteKit or SceneKit but we need something on android as well. So we are investigating a cross-platform tool.
The given iOS example on Github repository creates the window itself but it not possible for us.
edit: It looks like bevy uses winit for windowing and it doesn't support this. So winit is the blocker here.
I recently tested Android Emulator [1] on Apple M1 computer and it is finally a performant emulator from Google. I can finally use android emulator on my computer for development.
Most of the popular VPNs are already blocked in Turkey. Before that, most people was using VPNs to access the internet. Nowadays we can only use privately deployed VPN.
Copy, Cut, and Paste works just fine. I use the following default shortcuts:
Cmd+C: Put file to Clipboard
Cmd+V: Copy file in Clipboard
Cmd+Option+V: Move file in Clipboard (aka Cut)
Why do you don't like Finder? I couldn't think any issue with it.
And it is works only with the contacts in a phone. Most of the time I need to send a file from a company device and I have to add me to contacts in the shared testing device to make it work.
Java Renaissance: Ryzen 5800x is faster than M1 in most tasks by a large margin.
You can also write some thing like following
- In 6 of 24 cases M1 is faster than 5800X
- In 7 of 24 cases 5800X is faster by a margin
- Rest are toe to toe and 5800X is slightly faster
5800X and M1 are different class of CPUs with different constraints. M1 is designed for low-end notebooks and this comparison is enough to show us that M1 is fast enough.
----
I think that M1 Mac Mini is released for using as CI workstation on servers by developers to improve porting situation to Apple Silicon. Lot's of open source projects can't add Apple Silicon support because CI/CD services don't support Apple silicon and unit tests don't run for arm64-darwin.