Posts
1499
Following
138
Followers
877
I'm a bit of an eclectic mess 🙂 I've been a programmer, journalist, editor, TV producer, and a few other things.

I'm currently working on my second novel which is complete, but is in the edit stage. I wrote my first novel over 20 years ago but then didn't write much till now.

I post about #Coding, #Flutter, #Writing, #Movies and #TV. I'll also talk about #Technology, #Gadgets, #MachineLearning, #DeepLearning and a few other things as the fancy strikes ...

Lived in: 🇱🇰🇸🇦🇺🇸🇳🇿🇸🇬🇲🇾🇦🇪🇫🇷🇪🇸🇵🇹🇶🇦🇨🇦
Edited 1 year ago

Blind woman born and raised in Nebraska, now living in Baltimore where I work as the Education Programs Coordinator for @nationsblind. I love to sing and am trying to figure out how music fits into my life. Also into , cooking, and baking, and have managed to keep my pandemic starter alive and rising decent bread. I enjoy creating things from scratch, dreaming about future possibilities, and working to make dreams reality.

1
2
0

Fahim Farook

Looks as if the “Trek” game re-make is continuing … at least for a bit 😛

I got some coding time yesterday and so did some more work. Now the Long Range Scanner and Short Range Scanner work and you can navigate in either scanner view by simply tapping where you want to go … So progress 🙂

Also made things look a little bit prettier … though that might be my opinion and not yours 😛

Maybe next weekend I’ll get to do some more work, I guess we’ll see … While I think Flutter would have made this even more easy to code, SwiftUI has held its own so far …

#Game #StarTrek #Coding #SwiftUI #macOS
A screenshot from WIP “Trek” ga…
1
1
7
Edited 1 year ago

A Cake Sandwich by @nao2748

0
1
0

Fahim Farook

I think I’ve talked about the old “Trek” game on here at least once or twice 🙂

I think I might be obsessed with it — mostly because there is this one magical version I remember from the early 90s that I can’t seem to find anywhere. (Of course, the magic might be all in my mind … or in the fact that I can’t find it 😛)

I did some fiddling with a Mac OS 9 emulator this weekend and in the process ran across the “Trek” game again and it got me looking at “Trek” games in general again. In the process, I came across a version of the game for Windows 9x that is probably the most feature-filled version that I’ve seen (screenshot attached).

That made me think of re-writing a version of the game myself and I kind of got started last night. All I have so far is a plan for what I want it to look like … or at least half a plan (second screenshot).

Not sure if I’ll actually go through with completing it, but it’s a nice thing to dream about 🙂

#Game #StarTrek #Coding #SwiftUI
A screenshot from the game “Sta…
A screenshot from an early atte…
1
0
2

The postdoc position I'm hiring for is finally online! Please reach out if you might be interested, if you happen to be at physically or virtually we can talk offline or on the Discord channel! https://candidate.hr-manager.net/ApplicationInit.aspx?cid=119&ProjectId=181571&DepartmentId=3439&MediaId=338

0
1
0

My employer, Shopify, announced layoffs today and I've been affected. If you're looking for someone with deep experience with developer tooling and developer environments, I'd love to work with you. I've spent the last two years building Shopify's in-house cloud developer environment, and I have extensive experience building developer tools as one of members of the Homebrew package manager's Project Leadership Committee.

1
7
0

Layoffs have been hitting some folks I know pretty hard, either directly, or through having to add others' responsibilities on to their own.

My company is hiring for a half dozen positions. One of the positions (Sr Systems Engineer) is on my team. Each of them is a real position that we're actually interviewing to fill.

Domaintools is a great company, filled with some of the smartest and best people I've ever had the pleasure of working with. I've been with FSI and DT (FSI was bought about a year and a half ago by DT) for a total of over 9 years now, and I'm still hyped about my job, the learning opportunities, the people, and the impact we make on the world.

If the layoffs impacted you, and there's a fit, come work with me. If you're unhappy with your position, but the move still sounds like a good idea, come work with me and open your spot for someone else!

Reach out to me with any questions, or if you'd like to ask me to officially recommend you for the position to the hiring manager.

https://www.domaintools.com/company/careers/opportunities/

0
1
0

The international on ( ) has 30 associated workshops, and all of them are calling for contributions right now.

https://icml.cc/virtual/2023/events/workshop

0
2
0

Fahim Farook

Apple now has Rapid Security Updates available for users running iOS 16.4.x … they are smaller and faster updates for security vulnerabilities.

The update download took like 10 seconds but preparing the update took around one and a half minutes. The update itself was very fast and the phone restarted and was done in around 30 seconds …

The current update is 16.4.1 (a) and if you want to be sure that you are protected against the latest vulnerabilities, you might want to give it a try …

There’s apparently one for macOS as well, but I haven’t installed that yet.

#Apple #iOS #macOS #SecurityUpdates
0
1
7

Fahim Farook

The Apple Watch — my wife and I got Apple Watches a year (or is it two) ago since we wanted to track our health.

Now I haven’t seen this mentioned anywhere widely, but both of us got rashes/painful bumps from wearing the watch. And this wasn’t a one off either — my wife tried it several times, and also switched hands, but the issue would come back every time. So there’s something wrong with the Apple Watch, at least for us. I gave up on the watch at that point and have been vehemently against the Apple Watch since then.

We started talking about health stats recently and we decided to give a fitness tracker/watch another chance but no Apple Watches, no sireee Bob! We aren’t going that route again 😛

So we gave the Mi Band 7 a try. It did most of what we wanted but the screen was a little too small for our agin eyes 🙂 So we tried the Amazfit Band 7 and that has a slightly bigger screen and better battery life than the Mi Band 7 and at a fraction of the cost of the Apple Watch.

I’ve moved on to an Amazfit GTS 4 mini since then and I have to say that I’m actually very happy with Amazfit and the functionality you get for a very low price. But it’s still just a couple of weeks and I’m curious to see if the Apple Watch issues surface with this one too …

#HealthTracking #AppleWatch #Amazfit #MiBand
3
0
3

Fahim Farook

Decided to give DeepFloyd a try today on macOS.

The good news? It works … kinda 😛

The bad news? It doesn’t work all the way … as was to be expected 🙂

I took the following code from their GitHub repo (https://github.com/deep-floyd/IF) and modified for an Apple Silicon (M1) Mac. Here’s the actual code I ran:

from diffusers import DiffusionPipeline
from diffusers.utils import pt_to_pil
import torch

# stage 1
stage_1 = DiffusionPipeline.from_pretrained("DeepFloyd/IF-I-M-v1.0").to("mps")

# stage 2
stage_2 = DiffusionPipeline.from_pretrained("DeepFloyd/IF-II-M-v1.0", text_encoder=None).to("mps")

# stage 3
safety_modules = {"feature_extractor": stage_1.feature_extractor, "safety_checker": stage_1.safety_checker, "watermarker": stage_1.watermarker}
stage_3 = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-x4-upscaler", **safety_modules).to("mps")

prompt = 'a photo of a kangaroo wearing an orange hoodie and blue sunglasses standing in front of the eiffel tower holding a sign that says "very deep learning"'

# text embeds
prompt_embeds, negative_embeds = stage_1.encode_prompt(prompt)

generator = torch.manual_seed(0)

# stage 1
image = stage_1(prompt_embeds=prompt_embeds, negative_prompt_embeds=negative_embeds, generator=generator, output_type="pt").images
pt_to_pil(image)[0].save("./if_stage_I.png")

# stage 2
image = stage_2(image=image, prompt_embeds=prompt_embeds, negative_prompt_embeds=negative_embeds, generator=generator, output_type="pt").images
pt_to_pil(image)[0].save("./if_stage_II.png")

# stage 3
image = stage_3(prompt=prompt, image=image, generator=generator, noise_level=100).images
image[0].save("./if_stage_III.png")

You have to make sure that diffusers, transformers, and accelereate (at least in my own trial) are fully up-to-date. The larger models probably work too but it took too long to download/test and so I opted for the smallest models.

Stage I and II generated images but stage III errored out. I will need to figure out what happened there later …

Resulting images are attached …

#DeepLearning #MachineLearning #DeepFloyd #ImageGeneration


Stage I image — 64 x 64 in size…
Stage II image — 256 x 256 in s…
0
0
4

University 🌺
@_ksu_erm_

0
5
1

Fahim Farook

“Citadel” looked interesting on paper — the Russo brothers, Priyanka Chopra, Richard Madden, and a story about a global spy agency — but the initial story (before the credits) was so full of holes and logic issues that they’re going to have to work really hard to convince me …

I guess we’ll see how the first episode plays out.

#TV #FirstTakes
0
0
2

Been gone for a while... here is one from my archives.

The sky in Oklahoma is a constant source of inspiration!

Get a print and take it home with you!

https://shelli-fitzpatrick.pixels.com/featured/oklahoma-sunrise-sky-on-fire-shelli-fitzpatrick.html

0
6
1
Show older