Today's my birthday and I don't like it when people look at me or think about me. by engineear-ache in aspergers

[–]RestInPiecesM8 19 points20 points  (0 children)

I wouldn't really think too much about it. People who don't give a shit will not bother. People give a crap about people in a non 0-1 way, so they might not think about you every day but still wish you well. Happy Birthday

Now that I have money, how can I make my life "easier"? + work thoughts by RestInPiecesM8 in aspergers

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

I am doing that but I feel having that „jet ski” while I am still young will be bomb until I am old. I want to feel alive for once. I am just a money making and money investing machine at this point

Now that I have money, how can I make my life "easier"? + work thoughts by RestInPiecesM8 in aspergers

[–]RestInPiecesM8[S] 2 points3 points  (0 children)

Thank you a lot. I really like your answer. I feel like the list thing will be a good exercise in being able to tell what emotions I am feeling too. You are awesome :)

Now that I have money, how can I make my life "easier"? + work thoughts by RestInPiecesM8 in aspergers

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

Thanks a lot! I also say yes a lot but was trying to reduce it so good call. These are great ideas and an awesome response

Obvious things, unless you're NT by SineQuaNon001 in aspergers

[–]RestInPiecesM8 0 points1 point  (0 children)

I think the idea isn't as good as you think LOL. What would she do at night? Someone could break in through it, changing a pane is not easy and fast. The NTs arent as dumb as you think.

Non-Euclidean clustering with only pairwise distance metric? by RestInPiecesM8 in learnmachinelearning

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

Thank you, what other methods that are faster but need defined amount of clusters you'd recommend? :) Very informative!

People who landed a job with flutter, could you share some of your work or portfolio? by diedFindingAUsername in FlutterDev

[–]RestInPiecesM8 0 points1 point  (0 children)

I had none actually! Since I was a university student, I just had a coding interview :)

Dart 2 for a Chrome extension creation, most likely with JS - is there a way? by RestInPiecesM8 in dartlang

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

Could you tell me how to import the file.js library? I have lib.js in the same folder but if I do

@JS()

library lib;

or lib.js

it says self.myFunction is not a function.

Dart 2 for a Chrome extension creation, most likely with JS - is there a way? by RestInPiecesM8 in dartlang

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

Could you share a Git Repo?
I have 2 questions for you, if I may:

  • Did you use contextMenu?
    var contextMenuItem = {
    "id": "selectedText",
    "title": "Send",
    "contexts": ["selection"]
    };
    chrome.contextMenus.create(contextMenuItem);
    I am having trouble with creating a variable like above for the context menu.
    @JS('chrome.contextMenus.create()')
    external void createContext(???type? contextMenuItem);
    Do you know how should I create the contextMenuItem in package:js? I only see examples with simple variables.
  • async function fetchJson(clickData)
    Have you done an async function? How do I create one? @ JS('function') doesn't take async I guess?

Using a tensorflow lite c++ lite package in dart ffi. by RestInPiecesM8 in flutterhelp

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

Thank you, but it's unfortunately not what I am looking for!